gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28929 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r28929 - libmicrohttpd/src/microhttpd
Date: Sun, 1 Sep 2013 20:59:27 +0200

Author: grothoff
Date: 2013-09-01 20:59:27 +0200 (Sun, 01 Sep 2013)
New Revision: 28929

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
-fix ftbfs on freebsd

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2013-08-31 19:21:03 UTC (rev 
28928)
+++ libmicrohttpd/src/microhttpd/daemon.c       2013-09-01 18:59:27 UTC (rev 
28929)
@@ -50,6 +50,10 @@
 #include <sys/sendfile.h>
 #endif
 
+#ifndef HAVE_ACCEPT4
+#define HAVE_ACCEPT4
+#endif
+
 /**
  * Default connection limit.
  */




reply via email to

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