gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7660 - in libmicrohttpd: . src/include


From: gnunet
Subject: [GNUnet-SVN] r7660 - in libmicrohttpd: . src/include
Date: Fri, 5 Sep 2008 11:53:21 -0600 (MDT)

Author: grothoff
Date: 2008-09-05 11:53:21 -0600 (Fri, 05 Sep 2008)
New Revision: 7660

Modified:
   libmicrohttpd/AUTHORS
   libmicrohttpd/src/include/platform.h
   libmicrohttpd/src/include/plibc.h
Log:
vxworks diff from Thomas Martin

Modified: libmicrohttpd/AUTHORS
===================================================================
--- libmicrohttpd/AUTHORS       2008-09-05 07:14:09 UTC (rev 7659)
+++ libmicrohttpd/AUTHORS       2008-09-05 17:53:21 UTC (rev 7660)
@@ -11,6 +11,7 @@
 Heikki Lindholm <address@hidden>
 Alex Sadovsky <address@hidden>
 Greg Schohn <address@hidden>
+Thomas Martin <address@hidden>
 
 Documentation contributions also came from:
 Marco Maggi <address@hidden>

Modified: libmicrohttpd/src/include/platform.h
===================================================================
--- libmicrohttpd/src/include/platform.h        2008-09-05 07:14:09 UTC (rev 
7659)
+++ libmicrohttpd/src/include/platform.h        2008-09-05 17:53:21 UTC (rev 
7660)
@@ -52,11 +52,21 @@
 #include <pthread.h>
 #include <sys/types.h>
 
+
 /* different OSes have size_t, fd_set in
    a broad range of header files;
    we just include most of them (if they
    are available) */
 
+
+#ifdef OS_VXWORKS
+#include <sockLib.h>
+#include <netinet/in.h>
+#include <stdarg.h>
+#include <sys/mman.h>
+#define RESTRICT __restrict__
+#endif
+
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif

Modified: libmicrohttpd/src/include/plibc.h
===================================================================
--- libmicrohttpd/src/include/plibc.h   2008-09-05 07:14:09 UTC (rev 7659)
+++ libmicrohttpd/src/include/plibc.h   2008-09-05 17:53:21 UTC (rev 7660)
@@ -591,6 +591,6 @@
 
 
 #endif
-//_PLIBC_H_
+/* _PLIBC_H_ */
 
 /* end of plibc.h */





reply via email to

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