summaryrefslogtreecommitdiff
path: root/net-p2p/dctc-gui/files/patch-src::callbacks.c
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-18 17:30:52 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-18 17:30:52 +0000
commitad3d42a46c59f49ecf034e072514f35642d0695b (patch)
tree6a81082fb5d9d3ca6b24bf127eb498ba8234c643 /net-p2p/dctc-gui/files/patch-src::callbacks.c
parentRemove USE_AUTOCONF from default build, because it is only need for WITH_IPV6 (diff)
Add files forgotten in port update to version 0.65
Notes
Notes: svn path=/head/; revision=70414
Diffstat (limited to 'net-p2p/dctc-gui/files/patch-src::callbacks.c')
-rw-r--r--net-p2p/dctc-gui/files/patch-src::callbacks.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/dctc-gui/files/patch-src::callbacks.c b/net-p2p/dctc-gui/files/patch-src::callbacks.c
new file mode 100644
index 000000000000..3c0ad2c3e398
--- /dev/null
+++ b/net-p2p/dctc-gui/files/patch-src::callbacks.c
@@ -0,0 +1,12 @@
+--- src/callbacks.c.orig Sun Nov 17 21:18:28 2002
++++ src/callbacks.c Sun Nov 17 21:19:26 2002
+@@ -14,7 +14,8 @@
+ #include <dirent.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <gdk/gdk.h>
+-#include <linux/sem.h>
++#include <sys/ipc.h>
++#include <sys/sem.h>
+ #include <gnome.h>
+ #include <glib.h>
+ #include <time.h>