diff options
author | lioux <lioux@FreeBSD.org> | 2002-01-21 10:29:58 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-01-21 10:29:58 +0800 |
commit | e702dc8c4c2c84663542d66760ba1f9c42023eed (patch) | |
tree | 5e49f123f8965fa07e031eb53eca4eab6eaa081f /net-p2p/dctc-gui/files | |
parent | be1d16ea7f94f3779ea12612331ed7e83aa508f8 (diff) | |
download | freebsd-ports-gnome-e702dc8c4c2c84663542d66760ba1f9c42023eed.tar.gz freebsd-ports-gnome-e702dc8c4c2c84663542d66760ba1f9c42023eed.tar.zst freebsd-ports-gnome-e702dc8c4c2c84663542d66760ba1f9c42023eed.zip |
Update to 0.41
Diffstat (limited to 'net-p2p/dctc-gui/files')
-rw-r--r-- | net-p2p/dctc-gui/files/patch-src:callbacks.c | 25 | ||||
-rw-r--r-- | net-p2p/dctc-gui/files/patch-src:init_fnc.c | 42 |
2 files changed, 0 insertions, 67 deletions
diff --git a/net-p2p/dctc-gui/files/patch-src:callbacks.c b/net-p2p/dctc-gui/files/patch-src:callbacks.c deleted file mode 100644 index 26cd4f4342ed..000000000000 --- a/net-p2p/dctc-gui/files/patch-src:callbacks.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/callbacks.c.orig Sat Nov 24 07:38:45 2001 -+++ src/callbacks.c Sat Nov 24 16:22:22 2001 -@@ -2,12 +2,22 @@ - # include <config.h> - #endif - -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif -+ - #include <math.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <gdk/gdkkeysyms.h> -+#if !(defined(BSD) && (BSD >= 199103)) /* !BSD */ - #include <linux/sem.h> -+#endif - #include <gnome.h> -+ -+#ifndef SEMVMX -+#define SEMVMX 32767 -+#endif - - #include "callbacks.h" - #include "interface.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 deleted file mode 100644 index 693fdbc955db..000000000000 --- a/net-p2p/dctc-gui/files/patch-src:init_fnc.c +++ /dev/null @@ -1,42 +0,0 @@ ---- src/init_fnc.c.orig Sat Nov 24 07:23:17 2001 -+++ src/init_fnc.c Sat Nov 24 16:37:43 2001 -@@ -1,3 +1,11 @@ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif -+ - #include <stdio.h> - #include <stdlib.h> - #include <unistd.h> -@@ -7,11 +15,17 @@ - #include <math.h> - #include <sys/types.h> - #include <sys/stat.h> --#include <linux/sem.h> /* for the value of SEMVMX */ -+#if !(defined(BSD) && (BSD >= 199103)) /* Not BSD */ -+# include <linux/sem.h> /* for the value of SEMVMX */ -+#endif - #include <dirent.h> - #include <string.h> - #include <gnome.h> - -+#ifndef SEMVMX -+#define SEMVMX 32767 -+#endif -+ - #include "misc_gtk.h" - #include "init_fnc.h" - #include "main.h" -@@ -411,7 +425,7 @@ - gtk_clist_freeze(GTK_CLIST(rhcw)); - gtk_clist_clear(GTK_CLIST(rhcw)); - -- f=popen("hublist","r"); -+ f=popen("dc_hublist","r"); - if(f!=NULL) - { - char *ent[4]; |