diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-21 02:28:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-21 02:28:44 +0000 |
commit | 23a2af2c074bcda6d0e2939ca5cc94ed91e62f54 (patch) | |
tree | cd6d3dbe24337319684f673c42dde994eaad9866 /net/dctc/files/patch-src:main.c | |
parent | Update qmail-mysql to patch level 1.1.8 (diff) |
Update to 0.67.0
Notes
Notes:
svn path=/head/; revision=53428
Diffstat (limited to 'net/dctc/files/patch-src:main.c')
-rw-r--r-- | net/dctc/files/patch-src:main.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/dctc/files/patch-src:main.c b/net/dctc/files/patch-src:main.c deleted file mode 100644 index 4d5522f0b652..000000000000 --- a/net/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" |