Browse code

Another go at a tidy Solaris solution

git-svn: trunk@1952

Nigel Horne authored on 2006/05/04 06:14:56
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@
35 35
  *	cli_mbox decode it
36 36
  * TODO: Remove the vcard handling
37 37
  */
38
-static	char	const	rcsid[] = "$Id: pst.c,v 1.21 2006/05/03 19:24:50 nigelhorne Exp $";
38
+static	char	const	rcsid[] = "$Id: pst.c,v 1.22 2006/05/03 21:14:56 nigelhorne Exp $";
39 39
 
40 40
 #if HAVE_CONFIG_H
41 41
 #include "clamav-config.h"	/* must come first */
... ...
@@ -54,6 +54,11 @@ static	char	const	rcsid[] = "$Id: pst.c,v 1.21 2006/05/03 19:24:50 nigelhorne Ex
54 54
 #include "cltypes.h"
55 55
 #include "others.h"
56 56
 
57
+#ifdef	C_SOLARIS	/* should be in cltypes.h */
58
+typedef	uint16_t	u_int16_t;
59
+typedef	uint32_t	u_int32_t;
60
+#endif
61
+
57 62
 #include "pst.h"
58 63
 
59 64
 #include "mbox.h"