pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xaric Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3492b27c4206
branches:  trunk
changeset: 504609:3492b27c4206
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 16 15:20:47 2005 +0000

description:
Fix errno.

diffstat:

 chat/xaric/distinfo         |   3 ++-
 chat/xaric/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 14f9eee8b142 -r 3492b27c4206 chat/xaric/distinfo
--- a/chat/xaric/distinfo       Fri Dec 16 14:08:42 2005 +0000
+++ b/chat/xaric/distinfo       Fri Dec 16 15:20:47 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 15:59:14 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/16 15:20:47 joerg Exp $
 
 SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe
 RMD160 (xaric-0.12.1.tar.gz) = b78cd4496510642a967b1d173e150d3cbe836b5c
 Size (xaric-0.12.1.tar.gz) = 435998 bytes
+SHA1 (patch-aa) = 25948e1723987bf93f713895d6f8ac5d23a1e404
diff -r 14f9eee8b142 -r 3492b27c4206 chat/xaric/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/xaric/patches/patch-aa       Fri Dec 16 15:20:47 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/16 15:20:47 joerg Exp $
+
+--- include/irc_std.h.orig     2005-12-16 15:15:15.000000000 +0000
++++ include/irc_std.h
+@@ -59,7 +59,6 @@ char *alloca();
+ 
+ 
+ # include <errno.h>
+-extern        int     errno;
+ 
+ #ifndef NBBY
+ # define NBBY 8               /* number of bits in a byte */



Home | Main Index | Thread Index | Old Index