Browse code

Better Solaris Fix

git-svn: trunk@1951

Nigel Horne authored on 2006/05/04 04:24:50
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.20 2006/05/03 19:02:13 nigelhorne Exp $";
38
+static	char	const	rcsid[] = "$Id: pst.c,v 1.21 2006/05/03 19:24:50 nigelhorne Exp $";
39 39
 
40 40
 #if HAVE_CONFIG_H
41 41
 #include "clamav-config.h"	/* must come first */
... ...
@@ -51,15 +51,11 @@ static	char	const	rcsid[] = "$Id: pst.c,v 1.20 2006/05/03 19:02:13 nigelhorne Ex
51 51
 #include <time.h>
52 52
 
53 53
 #include "clamav.h"
54
+#include "cltypes.h"
54 55
 #include "others.h"
55 56
 
56 57
 #include "pst.h"
57 58
 
58
-#ifdef	C_SOLARIS
59
-typedef	unsigned	int	u_int32_t;
60
-typedef	unsigned	short	u_int16_t;
61
-#endif
62
-
63 59
 #include "mbox.h"
64 60
 #include "blob.h"
65 61