summaryrefslogtreecommitdiff
path: root/shells/bash/patches/patch-ag
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/patches/patch-ag
parenta5411f0a5880cea2dd92e71aedbc9c576fed6f83 (diff)
downloadpkgsrc-7c908b06bbc7cd2c95219105c6ebb7db2f297e20.tar.gz
Don't declare errno, errno.h does so already.
Diffstat (limited to 'shells/bash/patches/patch-ag')
-rw-r--r--shells/bash/patches/patch-ag12
1 files changed, 12 insertions, 0 deletions
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;
+