gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37095 - branches/mhd-0.9.50/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37095 - branches/mhd-0.9.50/src/microhttpd
Date: Fri, 29 Apr 2016 23:14:29 +0200

Author: Karlson2k
Date: 2016-04-29 23:14:29 +0200 (Fri, 29 Apr 2016)
New Revision: 37095

Modified:
   branches/mhd-0.9.50/src/microhttpd/sysfdsetsize.c
Log:
sysfdsetsize.c: fixed typo in macros,
fixed build with non-default FD_SETSIZE value

Modified: branches/mhd-0.9.50/src/microhttpd/sysfdsetsize.c
===================================================================
--- branches/mhd-0.9.50/src/microhttpd/sysfdsetsize.c   2016-04-29 21:14:26 UTC 
(rev 37094)
+++ branches/mhd-0.9.50/src/microhttpd/sysfdsetsize.c   2016-04-29 21:14:29 UTC 
(rev 37095)
@@ -30,7 +30,7 @@
 /* FD_SETSIZE was defined before system headers. */
 /* To get system value of FD_SETSIZE, undefine FD_SETSIZE
    here. */
-#undf FD_SETSIZE
+#undef FD_SETSIZE
 #endif /* FD_SETSIZE */
 
 #include <stdlib.h>




reply via email to

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