gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5566 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5566 - libmicrohttpd/src/daemon
Date: Wed, 29 Aug 2007 19:18:23 -0600 (MDT)

Author: grothoff
Date: 2007-08-29 19:18:15 -0600 (Wed, 29 Aug 2007)
New Revision: 5566

Modified:
   libmicrohttpd/src/daemon/memorypool.c
Log:
OS X improvements

Modified: libmicrohttpd/src/daemon/memorypool.c
===================================================================
--- libmicrohttpd/src/daemon/memorypool.c       2007-08-29 10:26:27 UTC (rev 
5565)
+++ libmicrohttpd/src/daemon/memorypool.c       2007-08-30 01:18:15 UTC (rev 
5566)
@@ -25,6 +25,11 @@
 
 #include "memorypool.h"
 
+// define MAP_ANONYMOUS for Mac OS X
+#if defined(MAP_ANON) && !defined(MAP_ANONYMOUS)
+#define MAP_ANONYMOUS MAP_ANON
+#endif
+
 struct MemoryPool
 {
 





reply via email to

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