diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-19 01:30:52 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-19 01:30:52 +0800 |
commit | 9ebf72533b952ca648cda8632d8f995c956fc9c1 (patch) | |
tree | fedc0b4ca4e4dd9d7860d02da4fb6f1af41f6698 /net-p2p | |
parent | b70fb7d2df59577e45a490722346a992aae9edde (diff) | |
download | freebsd-ports-gnome-9ebf72533b952ca648cda8632d8f995c956fc9c1.tar.gz freebsd-ports-gnome-9ebf72533b952ca648cda8632d8f995c956fc9c1.tar.zst freebsd-ports-gnome-9ebf72533b952ca648cda8632d8f995c956fc9c1.zip |
Add files forgotten in port update to version 0.65
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/files/patch-src::callbacks.c | 12 | ||||
-rw-r--r-- | net-p2p/dctc-gui/files/patch-src::init_fnc.c | 12 |
2 files changed, 24 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> diff --git a/net-p2p/dctc-gui/files/patch-src::init_fnc.c b/net-p2p/dctc-gui/files/patch-src::init_fnc.c new file mode 100644 index 000000000000..3eca24060609 --- /dev/null +++ b/net-p2p/dctc-gui/files/patch-src::init_fnc.c @@ -0,0 +1,12 @@ +--- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002 ++++ src/init_fnc.c Sun Nov 17 21:20:39 2002 +@@ -12,7 +12,8 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/wait.h> +-#include <linux/sem.h> /* for the value of SEMVMX */ ++#include <sys/ipc.h> ++#include <sys/sem.h> /* for the value of SEMVMX */ + #include <dirent.h> + #include <string.h> + #include <errno.h> |