diff options
Diffstat (limited to 'source/x/x11/patch/xscope/xscope-1.1-scope.c.diff')
-rw-r--r-- | source/x/x11/patch/xscope/xscope-1.1-scope.c.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/x/x11/patch/xscope/xscope-1.1-scope.c.diff b/source/x/x11/patch/xscope/xscope-1.1-scope.c.diff new file mode 100644 index 00000000..2c01dbac --- /dev/null +++ b/source/x/x11/patch/xscope/xscope-1.1-scope.c.diff @@ -0,0 +1,11 @@ +diff -Nur xscope-1.1.orig/scope.c xscope-1.1/scope.c +--- xscope-1.1.orig/scope.c 2008-09-22 21:18:16.000000000 -0500 ++++ xscope-1.1/scope.c 2009-04-08 23:54:12.230818270 -0500 +@@ -58,6 +58,7 @@ + #include <errno.h> + #include <unistd.h> + #include <netdb.h> ++#include <linux/param.h> + + #ifdef SYSV + #define bzero(s,l) memset(s, 0, l) |