Browse code

Fix compilation error on Solaris 10

git-svn: trunk@2585

Nigel Horne authored on 2006/12/31 02:11:52
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Sat Dec 30 17:10:42 GMT 2006 (njh)
2
+----------------------------------
3
+  * libclamav/mbox.c:	Fix compilation error on Solaris10 (reported by Andy
4
+				Fiddaman <clam*fiddaman.net>
5
+
1 6
 Sat Dec 30 12:01:41 GMT 2006 (njh)
2 7
 ----------------------------------
3 8
   * clamav-milter:	Fix typo in warning message
... ...
@@ -16,7 +16,7 @@
16 16
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 17
  *  MA 02110-1301, USA.
18 18
  */
19
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.368 2006/12/29 21:20:37 njh Exp $";
19
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.369 2006/12/30 17:10:08 njh Exp $";
20 20
 
21 21
 #ifdef	_MSC_VER
22 22
 #include <winsock.h>	/* only needed in CL_EXPERIMENTAL */
... ...
@@ -4224,7 +4224,7 @@ checkURLs(message *m, mbox_ctx *mctx, mbox_status *rc, int is_html)
4224 4224
 #else
4225 4225
 
4226 4226
 static void
4227
-checkURLs(message *m, mbox_ctx *mctx, int* rc, int is_html)
4227
+checkURLs(message *m, mbox_ctx *mctx, mbox_status* rc, int is_html)
4228 4228
 {
4229 4229
 }
4230 4230
 #endif