summaryrefslogtreecommitdiff
path: root/x11/xfce3/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce3/patches/patch-ab')
-rw-r--r--x11/xfce3/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xfce3/patches/patch-ab b/x11/xfce3/patches/patch-ab
new file mode 100644
index 00000000000..bc2b3570fe5
--- /dev/null
+++ b/x11/xfce3/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1 2005/12/14 15:35:25 joerg Exp $
+
+--- xfwm/module.c.orig 2005-12-14 15:06:36.000000000 +0000
++++ xfwm/module.c
+@@ -43,7 +43,7 @@
+ #include <ctype.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/keysym.h>
+@@ -670,7 +670,6 @@ FlushQueue (int module)
+ char *dptr;
+ struct queue_buff_struct *d;
+ int a;
+- extern int errno;
+
+ if ((pipeOn[module] <= 0) || (pipeQueue[module] == NULL))
+ return;