]> git.pond.sub.org Git - empserver/commitdiff
Back out the previous revision and remove the include of sys/types.h
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 16 Aug 2007 10:41:30 +0000 (10:41 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 16 Aug 2007 10:41:30 +0000 (10:41 +0000)
instead.

src/lib/gen/ioqueue.c
src/server/main.c

index ed2cf126aad717e6f2392fdb9e1a21c0ebc4051b..18cf1b5b8b1b24034c4b0caa868245ca2cfbd004 100644 (file)
@@ -42,7 +42,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/types.h>
 #if !defined(_WIN32)
 #include <sys/uio.h>
 #endif
index 1383f616fcb7510f150152128cc2378c47f7585f..7ce358f3777307f0f803f0266dc2864042171d58 100644 (file)
@@ -48,7 +48,6 @@
 #include <process.h>
 #include "service.h"
 #endif
-#include <sys/types.h>
 #include <unistd.h>
 
 #include "empio.h"