gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6491 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r6491 - GNUnet/src/include
Date: Sat, 1 Mar 2008 12:31:41 -0700 (MST)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]