Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4516/src/modules/mal

Modified Files:
        fleet.mx mserver.mx 
Log Message:
More #if -> #ifdef for FreeBSD

Index: fleet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/fleet.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fleet.mx    3 Oct 2007 14:00:50 -0000       1.7
+++ fleet.mx    11 Dec 2007 12:55:18 -0000      1.8
@@ -287,7 +287,7 @@
 #endif
 
 #define SOCKPTR struct sockaddr *
-#if HAVE_SOCKLEN_T
+#ifdef HAVE_SOCKLEN_T
 #define SOCKLEN socklen_t
 #else
 #define SOCKLEN int

Index: mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mserver.mx,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- mserver.mx  24 Nov 2007 20:15:39 -0000      1.93
+++ mserver.mx  11 Dec 2007 12:55:18 -0000      1.94
@@ -386,7 +386,7 @@
 #endif
 
 #define SOCKPTR struct sockaddr *
-#if HAVE_SOCKLEN_T
+#ifdef HAVE_SOCKLEN_T
 #define SOCKLEN socklen_t
 #else
 #define SOCKLEN int


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to