summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-10 19:41:26 +0000
committerjoerg <joerg>2005-10-10 19:41:26 +0000
commit7c908b06bbc7cd2c95219105c6ebb7db2f297e20 (patch)
tree1bed8459e6999b4c4e0583a0103b6ac67297aacc /shells/bash
parenta5411f0a5880cea2dd92e71aedbc9c576fed6f83 (diff)
downloadpkgsrc-7c908b06bbc7cd2c95219105c6ebb7db2f297e20.tar.gz
Don't declare errno, errno.h does so already.
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/distinfo3
-rw-r--r--shells/bash/patches/patch-ag12
2 files changed, 14 insertions, 1 deletions
diff --git a/shells/bash/distinfo b/shells/bash/distinfo
index d4ac0c87c04..c91f862e010 100644
--- a/shells/bash/distinfo
+++ b/shells/bash/distinfo
@@ -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-ac) = 012300f9e4427f2e15c8b96bc59a674f17d93cbd
SHA1 (patch-ad) = 520fec46aa5df6f41418ce253cef6448dc36cadb
SHA1 (patch-ae) = 7bacb7ac6835eb64014c744aa48eeecf48960fd8
SHA1 (patch-af) = 8ce9e6adbda879bd32e3854913df2f6f84e4d9f7
+SHA1 (patch-ag) = 0860cbe2d1d99a3616e10fdafac24f3f17dff0b5
diff --git a/shells/bash/patches/patch-ag b/shells/bash/patches/patch-ag
new file mode 100644
index 00000000000..71181a23343
--- /dev/null
+++ b/shells/bash/patches/patch-ag
@@ -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;
+