pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/afterstep1 Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfd054dcaa8d
branches:  trunk
changeset: 504168:cfd054dcaa8d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 06 14:09:39 2005 +0000

description:
Fix errno.

diffstat:

 wm/afterstep1/distinfo         |   3 ++-
 wm/afterstep1/patches/patch-ak |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 07dbb6cb8eb5 -r cfd054dcaa8d wm/afterstep1/distinfo
--- a/wm/afterstep1/distinfo    Tue Dec 06 14:09:29 2005 +0000
+++ b/wm/afterstep1/distinfo    Tue Dec 06 14:09:39 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 18:43:53 wiz Exp $
+$NetBSD: distinfo,v 1.3 2005/12/06 14:09:39 joerg Exp $
 
 SHA1 (AfterStep-1.8.11.tar.bz2) = 841655ff19df9c5361852a33950183ca6d67b6f0
 RMD160 (AfterStep-1.8.11.tar.bz2) = 450206a888e32d40ac0abeece0ffa0ce4909a54c
@@ -12,3 +12,4 @@
 SHA1 (patch-ah) = fa25e141548fff77ea1790a7e5ca22e39008f257
 SHA1 (patch-ai) = e543bfb27d16b49d1844a4fc29dd0cca5e262bfc
 SHA1 (patch-aj) = ceca49e410ec22e5b5fdf8132ab80fa920514eb3
+SHA1 (patch-ak) = 77cb150f9f167767eb5d704d7a7c80bfd9f735fe
diff -r 07dbb6cb8eb5 -r cfd054dcaa8d wm/afterstep1/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/afterstep1/patches/patch-ak    Tue Dec 06 14:09:39 2005 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ak,v 1.1 2005/12/06 14:09:39 joerg Exp $
+
+--- src/afterstep/module.c.orig        2005-12-06 13:49:02.000000000 +0000
++++ src/afterstep/module.c
+@@ -700,9 +700,6 @@ SendName (int module, unsigned long even
+   free (body);
+ }
+ 
+-
+-
+-#include <sys/errno.h>
+ AFTER_INLINE int
+ PositiveWrite (int module, unsigned long *ptr, int size)
+ {
+@@ -772,7 +769,6 @@ FlushQueue (int module)
+   char *dptr;
+   struct queue_buff_struct *d;
+   int a;
+-  extern int errno;
+ 
+   if ((Module[module].active <= 0) || (Module[module].output_queue == NULL))
+     return;



Home | Main Index | Thread Index | Old Index