summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/downman/files/downman-0.0.5-strlen.patch')
-rw-r--r--www-client/downman/files/downman-0.0.5-strlen.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/www-client/downman/files/downman-0.0.5-strlen.patch b/www-client/downman/files/downman-0.0.5-strlen.patch
new file mode 100644
index 000000000000..32516e75ae74
--- /dev/null
+++ b/www-client/downman/files/downman-0.0.5-strlen.patch
@@ -0,0 +1,22 @@
+diff -Naur downman-0.0.5-orig/daemon/debug.c downman-0.0.5/daemon/debug.c
+--- downman-0.0.5-orig/daemon/debug.c 2003-02-17 17:26:43.000000000 -0500
++++ downman-0.0.5/daemon/debug.c 2007-11-04 07:34:25.000000000 -0500
+@@ -5,6 +5,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
++#include <string.h>
+
+ #include <glib.h>
+
+diff -Naur downman-0.0.5-orig/daemon/transfer.c downman-0.0.5/daemon/transfer.c
+--- downman-0.0.5-orig/daemon/transfer.c 2003-10-04 08:03:19.000000000 -0400
++++ downman-0.0.5/daemon/transfer.c 2007-11-04 07:34:29.000000000 -0500
+@@ -3,6 +3,7 @@
+ #include <glib.h>
+ #include <libgnomevfs/gnome-vfs-ops.h>
+ #include <libgnomevfs/gnome-vfs-uri.h>
++#include <string.h>
+
+ #include <utillib.h>
+