pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash Don't declare errno, errno.h does so already.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f602e460d5b
branches:  trunk
changeset: 500597:2f602e460d5b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 10 19:41:26 2005 +0000

description:
Don't declare errno, errno.h does so already.

diffstat:

 shells/bash/distinfo         |   3 ++-
 shells/bash/patches/patch-ag |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 14d05aa6adae -r 2f602e460d5b shells/bash/distinfo
--- a/shells/bash/distinfo      Mon Oct 10 19:14:53 2005 +0000
+++ b/shells/bash/distinfo      Mon Oct 10 19:41:26 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/03/15 02:05:49 garbled Exp $
+$NetBSD: distinfo,v 1.6 2005/10/10 19:41:26 joerg Exp $
 
 SHA1 (bash-3.0.tar.gz) = 3acf1ff4910d4bc863620c7533cbf4858370017b
 RMD160 (bash-3.0.tar.gz) = abe76200003a9dc441ce34650a439cd968f643d4
@@ -57,3 +57,4 @@
 SHA1 (patch-ad) = 520fec46aa5df6f41418ce253cef6448dc36cadb
 SHA1 (patch-ae) = 7bacb7ac6835eb64014c744aa48eeecf48960fd8
 SHA1 (patch-af) = 8ce9e6adbda879bd32e3854913df2f6f84e4d9f7
+SHA1 (patch-ag) = 0860cbe2d1d99a3616e10fdafac24f3f17dff0b5
diff -r 14d05aa6adae -r 2f602e460d5b shells/bash/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/bash/patches/patch-ag      Mon Oct 10 19:41:26 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/10/10 19:41:26 joerg Exp $
+
+--- builtins/psize.c.orig      2005-07-05 17:39:02.000000000 +0200
++++ builtins/psize.c
+@@ -40,7 +40,6 @@
+ #include "../command.h"
+ #include "../general.h"
+ #include "../sig.h"
+-extern int errno;
+ 
+ int nw;
+ 



Home | Main Index | Thread Index | Old Index