diff options
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 0000000..3c0ad2c --- /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 0000000..3eca240 --- /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> |