Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10569/src/backends/monet5

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

Index: merovingian.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian.mx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- merovingian.mx      4 Dec 2007 20:06:50 -0000       1.17
+++ merovingian.mx      11 Dec 2007 13:09:37 -0000      1.18
@@ -83,7 +83,7 @@
 #include <pthread.h>
 
 #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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to