Author: amatus
Date: 2008-03-01 12:31:41 -0700 (Sat, 01 Mar 2008)
New Revision: 6491

Modified:
   GNUnet/src/include/platform.h
Log:
Fixes for FreeBSD

Modified: GNUnet/src/include/platform.h
===================================================================
--- GNUnet/src/include/platform.h       2008-03-01 05:36:49 UTC (rev 6490)
+++ GNUnet/src/include/platform.h       2008-03-01 19:31:41 UTC (rev 6491)
@@ -39,12 +39,8 @@
 #define BREAKPOINT
 #endif
 
-#ifdef OPENBSD
-/* force declaration of u_int, u_char, ... needed by netinet/tcp.h */
-#undef __BSD_VISIBLE
-#define __BSD_VISIBLE 1
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
-#include <dlfcn.h>
 #endif
 
 #define ALLOW_EXTRA_CHECKS GNUNET_NO



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to