diff options
Diffstat (limited to 'net-p2p/dctc/files/patch-src:main.c')
-rw-r--r-- | net-p2p/dctc/files/patch-src:main.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/dctc/files/patch-src:main.c b/net-p2p/dctc/files/patch-src:main.c deleted file mode 100644 index 4d5522f0b652..000000000000 --- a/net-p2p/dctc/files/patch-src:main.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/main.c Sat Dec 1 09:05:19 2001 -+++ src/main.c Sun Dec 2 19:34:12 2001 -@@ -30,12 +30,13 @@ - #include <sys/param.h> - #include <sys/utsname.h> - #include <sys/un.h> --#include <linux/sem.h> /* for the value of SEMVMX */ - #include <errno.h> - #include <getopt.h> - #include <string.h> - #include <glib.h> - #include <pthread.h> -+ -+#include "config.h" - - #include "var.h" - #include "display.h" |