Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19639
Modified Files:
nodetree.c util.h
Log Message:
Win32 compilation fixes after merging in of the latest snapshot
Index: nodetree.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/nodetree.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- nodetree.c 10 Jul 2004 16:26:02 -0000 1.3
+++ nodetree.c 10 Jul 2004 16:28:04 -0000 1.4
@@ -21,5 +21,7 @@
#include <stdlib.h>
#include <sys/types.h>
+#ifndef _WIN32
#include <pwd.h>
+#endif
#include "nodetree.h"
Index: util.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/util.h,v
retrieving revision 1.1.3.2
retrieving revision 1.2
diff -b -u -2 -r1.1.3.2 -r1.2
--- util.h 10 Jul 2004 16:10:57 -0000 1.1.3.2
+++ util.h 10 Jul 2004 16:28:04 -0000 1.2
@@ -27,5 +27,8 @@
#include <sys/types.h>
+
+#ifndef _WIN32
#include <pwd.h>
+#endif
/*
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates