diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-06 14:09:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-06 14:09:39 +0000 |
commit | 4116e68b3b626e815c38793ff75c1c2f241129c6 (patch) | |
tree | 1d30a629cddce12d1cf03bd7e9038d818adf87dc /wm | |
parent | 4bc38f1be11be2c4c8dbd1249f4ce73ee40c439a (diff) | |
download | pkgsrc-4116e68b3b626e815c38793ff75c1c2f241129c6.tar.gz |
Fix errno.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/afterstep1/distinfo | 3 | ||||
-rw-r--r-- | wm/afterstep1/patches/patch-ak | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/wm/afterstep1/distinfo b/wm/afterstep1/distinfo index 491b6e1b231..ee0b9f54470 100644 --- a/wm/afterstep1/distinfo +++ b/wm/afterstep1/distinfo @@ -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-ag) = 3fc5611c74b3f54f27ddb13ce2e9bfd86207b837 SHA1 (patch-ah) = fa25e141548fff77ea1790a7e5ca22e39008f257 SHA1 (patch-ai) = e543bfb27d16b49d1844a4fc29dd0cca5e262bfc SHA1 (patch-aj) = ceca49e410ec22e5b5fdf8132ab80fa920514eb3 +SHA1 (patch-ak) = 77cb150f9f167767eb5d704d7a7c80bfd9f735fe diff --git a/wm/afterstep1/patches/patch-ak b/wm/afterstep1/patches/patch-ak new file mode 100644 index 00000000000..2e067033f39 --- /dev/null +++ b/wm/afterstep1/patches/patch-ak @@ -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; |