diff options
Diffstat (limited to 'net/dctc-gui/files/patch-src::init_fnc.c')
-rw-r--r-- | net/dctc-gui/files/patch-src::init_fnc.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/dctc-gui/files/patch-src::init_fnc.c b/net/dctc-gui/files/patch-src::init_fnc.c deleted file mode 100644 index 3eca24060609..000000000000 --- a/net/dctc-gui/files/patch-src::init_fnc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002 -+++ src/init_fnc.c Sun Nov 17 21:20:39 2002 -@@ -12,7 +12,8 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/wait.h> --#include <linux/sem.h> /* for the value of SEMVMX */ -+#include <sys/ipc.h> -+#include <sys/sem.h> /* for the value of SEMVMX */ - #include <dirent.h> - #include <string.h> - #include <errno.h> |