oops, revert broken patch
authorMiguel de Icaza <miguel@gnome.org>
Wed, 2 Oct 2002 16:08:20 +0000 (16:08 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 2 Oct 2002 16:08:20 +0000 (16:08 -0000)
svn path=/trunk/mono/; revision=7942

mono/io-layer/daemon-messages.c
mono/io-layer/daemon.c

index bdb8e7dbf50d70e44565d49c3d348869072679cd..0aa7cbb34b1ff86f0a060a66689483550b5f02b1 100644 (file)
@@ -16,7 +16,6 @@
 #include <sys/socket.h>
 /* Freebsd needs this included explicitly, but it doesn't hurt on Linux */
 #include <sys/uio.h>
-#include <semaphore.h>
 
 #ifndef HAVE_MSG_NOSIGNAL
 #include <signal.h>
index b57fadf52ab6de55cc204f9b6a91a13a81e8221d..4a5a01f73723dc9f924c2c59bc7bbb86d94d242e 100644 (file)
@@ -20,7 +20,6 @@
 #include <errno.h>
 #include <signal.h>
 #include <sys/wait.h>
-#include <semaphore.h>
 
 #include <mono/io-layer/io-layer.h>
 #include <mono/io-layer/handles-private.h>