]> err.no Git - sope/commitdiff
include unistd.h
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 15 Aug 2006 12:21:26 +0000 (12:21 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 15 Aug 2006 12:21:26 +0000 (12:21 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1340 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/Version
sope-appserver/NGObjWeb/WOWatchDogApplicationMain.m

index a6d3685484a1ea3c6e9045d0dbb0ffb0fd33244b..992366b94406ecfa0733cd86b1825433a9d621b7 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-15  Sebastian Reitenbach  <reitenbach@rapideye.de>
+
+       * WOWatchDogApplicationMain.m: include <unistd.h> instead of
+         <sys/unistd.h>, fixes warnings on BSD and works with Linux too
+         (v4.5.244)
+
 2006-08-15  Helge Hess  <helge.hess@opengroupware.org>
 
        * WEClientCapabilities.m: properly mark Safari as a JavaScript capable
index 5eebb204977857ed30c2e73dd3ce19fbe99f7983..8186a38386bb3f68a26e2bae39d6f7f0099f31ef 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=243
+SUBMINOR_VERSION:=244
 
 # v4.5.234 requires libDOM          v4.5.21
 # v4.5.214 requires libNGExtensions v4.5.179
index 47e817d849d7135dcb36dc766a3a0e400f4c44e6..f4f0983176074a6fc38fe176421a892fecbecd75 100644 (file)
@@ -33,12 +33,9 @@ int WOWatchDogApplicationMain
 
 #else
 
-#ifdef __APPLE__
-#  include <unistd.h>
-#endif
 #include <sys/wait.h>
 #include <sys/types.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 #include <time.h>
 #include <string.h>