gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r9154 - libmicrohttpd/src/daemon
Date: Wed, 14 Oct 2009 06:10:50 -0600

Author: grothoff
Date: 2009-10-14 06:10:50 -0600 (Wed, 14 Oct 2009)
New Revision: 9154

Modified:
   libmicrohttpd/src/daemon/daemon.c
   libmicrohttpd/src/daemon/reason_phrase.c
Log:
fix

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2009-10-12 15:30:02 UTC (rev 9153)
+++ libmicrohttpd/src/daemon/daemon.c   2009-10-14 12:10:50 UTC (rev 9154)
@@ -1196,7 +1196,7 @@
     }
 
 #ifdef __SYMBIAN32__
-  if (0 != (OPTIONS & (MHD_USE_SELECT_INTERNALLY | 
MHD_USE_THREAD_PER_CONNECTION)))
+  if (0 != (options & (MHD_USE_SELECT_INTERNALLY | 
MHD_USE_THREAD_PER_CONNECTION)))
     {
 #if HAVE_MESSAGES
       fprintf (stderr,

Modified: libmicrohttpd/src/daemon/reason_phrase.c
===================================================================
--- libmicrohttpd/src/daemon/reason_phrase.c    2009-10-12 15:30:02 UTC (rev 
9153)
+++ libmicrohttpd/src/daemon/reason_phrase.c    2009-10-14 12:10:50 UTC (rev 
9154)
@@ -27,6 +27,10 @@
 
 #include "reason_phrase.h"
 
+#ifndef NULL
+#define NULL (void*)0
+#endif  // !NULL
+
 static const char *invalid_hundred[] = { NULL };
 
 static const char *one_hundred[] = {





reply via email to

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