diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-05 17:20:14 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-05 17:20:14 +0000 |
commit | a71a8936a009799ec34cdc84ce34b472c7ecd1b3 (patch) | |
tree | 7ec13d377b16bfd476dd544ac2258d5b2d5a0437 /net/dctc/files | |
parent | 5ce8631e75dcca0355bfddb52cd6958f7edd43f0 (diff) | |
download | ports-a71a8936a009799ec34cdc84ce34b472c7ecd1b3.tar.gz ports-a71a8936a009799ec34cdc84ce34b472c7ecd1b3.zip |
Notes
Diffstat (limited to 'net/dctc/files')
-rw-r--r-- | net/dctc/files/patch-src::main.c | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/net/dctc/files/patch-src::main.c b/net/dctc/files/patch-src::main.c index f3dbf9fc0e51..25a38d699d89 100644 --- a/net/dctc/files/patch-src::main.c +++ b/net/dctc/files/patch-src::main.c @@ -1,19 +1,6 @@ ---- src/main.c.orig Sun Aug 4 10:58:23 2002 -+++ src/main.c Sun Aug 4 11:00:57 2002 -@@ -34,7 +34,12 @@ - #include <sys/param.h> - #include <sys/utsname.h> - #include <sys/un.h> -+#if !(defined(BSD) && (BSD >= 199103)) - #include <linux/sem.h> /* for the value of SEMVMX */ -+#else -+#include <sys/ipc.h> -+#include <sys/sem.h> /* for the value of SEMVMX */ -+#endif - #include <errno.h> - #include <getopt.h> - #include <string.h> -@@ -1253,6 +1258,7 @@ +--- src/main.c.orig Sun Sep 29 14:07:48 2002 ++++ src/main.c Sun Sep 29 14:08:52 2002 +@@ -1269,6 +1269,7 @@ char *virtual_share_path=NULL; |