pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xfce3 sys/errno.h + extern errno => errno.h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c702c882d2a9
branches:  trunk
changeset: 504574:c702c882d2a9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 14 15:35:25 2005 +0000

description:
sys/errno.h + extern errno => errno.h

diffstat:

 x11/xfce3/distinfo         |   3 ++-
 x11/xfce3/patches/patch-ab |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 7c67ccfff908 -r c702c882d2a9 x11/xfce3/distinfo
--- a/x11/xfce3/distinfo        Wed Dec 14 13:53:24 2005 +0000
+++ b/x11/xfce3/distinfo        Wed Dec 14 15:35:25 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 17:36:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2005/12/14 15:35:25 joerg Exp $
 
 SHA1 (xfce-3.8.18.tar.gz) = d4ab39c4ddeb68d2cc1ceb03af14b0e95b8f5c61
 RMD160 (xfce-3.8.18.tar.gz) = 5060b285e6f9bc1bfdda54d314d0c92832264268
 Size (xfce-3.8.18.tar.gz) = 5166881 bytes
 SHA1 (patch-aa) = 483963bb078ec5bf15cd7c51f34b4f4184848ceb
+SHA1 (patch-ab) = 58d94c58d30e09b56f3c4744844bc28adab284ba
 SHA1 (patch-ac) = 522fda7357121014b3570ebce1f64aaca3141a54
diff -r 7c67ccfff908 -r c702c882d2a9 x11/xfce3/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce3/patches/patch-ab        Wed Dec 14 15:35:25 2005 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index