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-p2p/dctc/files/patch-src:keyboard.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-p2p/dctc/files/patch-src:keyboard.c')
-rw-r--r-- | net-p2p/dctc/files/patch-src:keyboard.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/dctc/files/patch-src:keyboard.c b/net-p2p/dctc/files/patch-src:keyboard.c deleted file mode 100644 index df13bac0c7e3..000000000000 --- a/net-p2p/dctc/files/patch-src:keyboard.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/keyboard.c Sat Dec 1 08:53:15 2001 -+++ src/keyboard.c Sun Dec 2 19:34:12 2001 -@@ -31,6 +31,9 @@ - #include <netdb.h> - #include <glib.h> - -+#include "config.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 +45,7 @@ - struct seminfo *__buf; /* buffer for IPC_INFO */ - }; - #endif -+#endif - - #include "dc_com.h" - #include "display.h" |