gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1059 - in GNUnet/src: applications/dht/tools applications/


From: durner
Subject: [GNUnet-SVN] r1059 - in GNUnet/src: applications/dht/tools applications/fs/ecrs applications/fs/fsui applications/fs/lib applications/gap applications/session applications/tbench applications/testbed conf include util
Date: Sun, 26 Jun 2005 06:00:32 -0700 (PDT)

Author: durner
Date: 2005-06-26 06:00:16 -0700 (Sun, 26 Jun 2005)
New Revision: 1059

Modified:
   GNUnet/src/applications/dht/tools/dhttest2.c
   GNUnet/src/applications/fs/ecrs/ecrstest.c
   GNUnet/src/applications/fs/ecrs/namespacetest.c
   GNUnet/src/applications/fs/ecrs/searchtest.c
   GNUnet/src/applications/fs/fsui/downloadtest.c
   GNUnet/src/applications/fs/fsui/fsuitest.c
   GNUnet/src/applications/fs/fsui/fsuitest2.c
   GNUnet/src/applications/fs/fsui/searchtest.c
   GNUnet/src/applications/fs/lib/fslibtest.c
   GNUnet/src/applications/gap/gaptest.c
   GNUnet/src/applications/session/sessiontest.c
   GNUnet/src/applications/tbench/tbenchtest.c
   GNUnet/src/applications/testbed/testbed.h
   GNUnet/src/conf/mconf.c
   GNUnet/src/include/platform.h
   GNUnet/src/util/daemon.c
   GNUnet/src/util/semaphoretest.c
Log:
move "#include wait.h" to platform.h

Modified: GNUnet/src/applications/dht/tools/dhttest2.c
===================================================================
--- GNUnet/src/applications/dht/tools/dhttest2.c        2005-06-26 12:48:44 UTC 
(rev 1058)
+++ GNUnet/src/applications/dht/tools/dhttest2.c        2005-06-26 13:00:16 UTC 
(rev 1059)
@@ -29,7 +29,6 @@
 #include "gnunet_dht_lib.h"
 #include "gnunet_dht_datastore_memory.h"
 #include "gnunet_stats_lib.h"
-#include <sys/wait.h>
 
 static int parseOptions(int argc,
                        char ** argv) {

Modified: GNUnet/src/applications/fs/ecrs/ecrstest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/ecrstest.c  2005-06-26 12:48:44 UTC (rev 
1058)
+++ GNUnet/src/applications/fs/ecrs/ecrstest.c  2005-06-26 13:00:16 UTC (rev 
1059)
@@ -28,7 +28,6 @@
 #include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
 #include "tree.h"
-#include <sys/wait.h>
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-06-26 12:48:44 UTC 
(rev 1058)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-06-26 13:00:16 UTC 
(rev 1059)
@@ -28,7 +28,6 @@
 #include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
 #include "ecrs.h"
-#include <sys/wait.h>
 
 #define ABORT() { fprintf(stderr, "Error at %s:%d\n", __FILE__, __LINE__); 
return 1; }
 #define CHECK(c) { do { if (!(c)) ABORT(); } while(0); }

Modified: GNUnet/src/applications/fs/ecrs/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/searchtest.c        2005-06-26 12:48:44 UTC 
(rev 1058)
+++ GNUnet/src/applications/fs/ecrs/searchtest.c        2005-06-26 13:00:16 UTC 
(rev 1059)
@@ -28,7 +28,6 @@
 #include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
 #include "tree.h"
-#include <sys/wait.h>
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 

Modified: GNUnet/src/applications/fs/fsui/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/downloadtest.c      2005-06-26 12:48:44 UTC 
(rev 1058)
+++ GNUnet/src/applications/fs/fsui/downloadtest.c      2005-06-26 13:00:16 UTC 
(rev 1059)
@@ -31,7 +31,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include <sys/wait.h>
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 

Modified: GNUnet/src/applications/fs/fsui/fsuitest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsuitest.c  2005-06-26 12:48:44 UTC (rev 
1058)
+++ GNUnet/src/applications/fs/fsui/fsuitest.c  2005-06-26 13:00:16 UTC (rev 
1059)
@@ -27,7 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include <sys/wait.h>
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 

Modified: GNUnet/src/applications/fs/fsui/fsuitest2.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsuitest2.c 2005-06-26 12:48:44 UTC (rev 
1058)
+++ GNUnet/src/applications/fs/fsui/fsuitest2.c 2005-06-26 13:00:16 UTC (rev 
1059)
@@ -27,7 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include <sys/wait.h>
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 

Modified: GNUnet/src/applications/fs/fsui/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/searchtest.c        2005-06-26 12:48:44 UTC 
(rev 1058)
+++ GNUnet/src/applications/fs/fsui/searchtest.c        2005-06-26 13:00:16 UTC 
(rev 1059)
@@ -27,7 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include <sys/wait.h>
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2005-06-26 12:48:44 UTC (rev 
1058)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2005-06-26 13:00:16 UTC (rev 
1059)
@@ -28,9 +28,6 @@
 #include "gnunet_fs_lib.h"
 #include "gnunet_protocols.h"
 #include "ecrs_core.h"
-#ifndef MINGW
-       #include <sys/wait.h>
-#endif
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 

Modified: GNUnet/src/applications/gap/gaptest.c
===================================================================
--- GNUnet/src/applications/gap/gaptest.c       2005-06-26 12:48:44 UTC (rev 
1058)
+++ GNUnet/src/applications/gap/gaptest.c       2005-06-26 13:00:16 UTC (rev 
1059)
@@ -28,7 +28,6 @@
 #include "gnunet_protocols.h"
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_stats_lib.h"
-#include <sys/wait.h>
 
 static int parseOptions(int argc,
                        char ** argv) {

Modified: GNUnet/src/applications/session/sessiontest.c
===================================================================
--- GNUnet/src/applications/session/sessiontest.c       2005-06-26 12:48:44 UTC 
(rev 1058)
+++ GNUnet/src/applications/session/sessiontest.c       2005-06-26 13:00:16 UTC 
(rev 1059)
@@ -27,7 +27,6 @@
 #include "platform.h"
 #include "gnunet_protocols.h"
 #include "gnunet_stats_lib.h"
-#include <sys/wait.h>
 
 static int parseOptions(int argc,
                        char ** argv) {

Modified: GNUnet/src/applications/tbench/tbenchtest.c
===================================================================
--- GNUnet/src/applications/tbench/tbenchtest.c 2005-06-26 12:48:44 UTC (rev 
1058)
+++ GNUnet/src/applications/tbench/tbenchtest.c 2005-06-26 13:00:16 UTC (rev 
1059)
@@ -28,7 +28,6 @@
 #include "gnunet_protocols.h"
 #include "gnunet_stats_lib.h"
 #include "tbench.h"
-#include <sys/wait.h>
 
 static int parseOptions(int argc,
                        char ** argv) {

Modified: GNUnet/src/applications/testbed/testbed.h
===================================================================
--- GNUnet/src/applications/testbed/testbed.h   2005-06-26 12:48:44 UTC (rev 
1058)
+++ GNUnet/src/applications/testbed/testbed.h   2005-06-26 13:00:16 UTC (rev 
1059)
@@ -27,7 +27,7 @@
 #ifndef TESTBED_TESTBED_H
 #define TESTBED_TESTBED_H
 
-#include <sys/wait.h>
+#include "platform.h"
 
 #include "gnunet_core.h"
 

Modified: GNUnet/src/conf/mconf.c
===================================================================
--- GNUnet/src/conf/mconf.c     2005-06-26 12:48:44 UTC (rev 1058)
+++ GNUnet/src/conf/mconf.c     2005-06-26 13:00:16 UTC (rev 1059)
@@ -36,7 +36,6 @@
 
 #ifndef MINGW
 #include <sys/ioctl.h>
-#include <sys/wait.h>
 #include <termios.h>
 #endif
 #include <ctype.h>

Modified: GNUnet/src/include/platform.h
===================================================================
--- GNUnet/src/include/platform.h       2005-06-26 12:48:44 UTC (rev 1058)
+++ GNUnet/src/include/platform.h       2005-06-26 13:00:16 UTC (rev 1059)
@@ -69,6 +69,7 @@
  #include <netinet/in.h>
  #include <pwd.h>
  #include <sys/ioctl.h>
+ #include <sys/wait.h>
 #else
  #include "winproc.h"
 #endif

Modified: GNUnet/src/util/daemon.c
===================================================================
--- GNUnet/src/util/daemon.c    2005-06-26 12:48:44 UTC (rev 1058)
+++ GNUnet/src/util/daemon.c    2005-06-26 13:00:16 UTC (rev 1059)
@@ -27,9 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_protocols.h"
-#ifndef MINGW
- #include <sys/wait.h>
-#endif
 
 
 /** 

Modified: GNUnet/src/util/semaphoretest.c
===================================================================
--- GNUnet/src/util/semaphoretest.c     2005-06-26 12:48:44 UTC (rev 1058)
+++ GNUnet/src/util/semaphoretest.c     2005-06-26 13:00:16 UTC (rev 1059)
@@ -8,7 +8,6 @@
 
 #include <sys/types.h>
 #ifndef MINGW             /* FIXME MINGW */
- #include <sys/wait.h>
 
 
 static Mutex lock;





reply via email to

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