summaryrefslogtreecommitdiff
path: root/net-p2p/dctc/files/patch-src:sema.c
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-21 02:28:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-21 02:28:44 +0000
commit23a2af2c074bcda6d0e2939ca5cc94ed91e62f54 (patch)
treecd6d3dbe24337319684f673c42dde994eaad9866 /net-p2p/dctc/files/patch-src:sema.c
parentUpdate 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-p2p/dctc/files/patch-src:sema.c')
-rw-r--r--net-p2p/dctc/files/patch-src:sema.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-p2p/dctc/files/patch-src:sema.c b/net-p2p/dctc/files/patch-src:sema.c
deleted file mode 100644
index 9eba7f078b89..000000000000
--- a/net-p2p/dctc/files/patch-src:sema.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/sema.c Sat Nov 24 08:29:56 2001
-+++ src/sema.c Sun Dec 2 19:34:12 2001
-@@ -29,8 +29,10 @@
- #include <limits.h>
- #include <pthread.h>
-
-+#include "config.h"
- #include "sema.h"
-
-+#if !(defined(BSD) && (BSD >= 199103))
- #if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
- /* union semun is defined by including <sys/sem.h> */
- #else
-@@ -42,6 +44,7 @@
- struct seminfo *__buf; /* buffer for IPC_INFO */
- };
- #endif
-+#endif
-
- #ifndef IPC_ALLOC
- #define IPC_ALLOC 0