summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-19 00:28:02 +0000
committerjoerg <joerg>2005-12-19 00:28:02 +0000
commitf5c62445d40f22638ba159d63f10f0451c8fdec6 (patch)
tree3736009f181f7338c0a592c348919f02762a8948 /shells
parent04d8359ec3be8fdf0c2a8c4909e3a114215de96c (diff)
downloadpkgsrc-f5c62445d40f22638ba159d63f10f0451c8fdec6.tar.gz
Fix errno.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/distinfo3
-rw-r--r--shells/bash2/patches/patch-ak12
2 files changed, 14 insertions, 1 deletions
diff --git a/shells/bash2/distinfo b/shells/bash2/distinfo
index 6606a6768c2..5fdee28e953 100644
--- a/shells/bash2/distinfo
+++ b/shells/bash2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2005/02/24 13:14:41 agc Exp $
+$NetBSD: distinfo,v 1.15 2005/12/19 00:28:02 joerg Exp $
SHA1 (bash-2.05b.tar.gz) = b3e158877f94e66ec1c8ef604e994851ee388b09
RMD160 (bash-2.05b.tar.gz) = d9826db03c5d38e6175af5b3ef0bc07fafa14add
@@ -34,3 +34,4 @@ SHA1 (patch-ag) = 0baab486f57f6f4eaedc376223aecde0e6dd5c0f
SHA1 (patch-ah) = 00732b402fc0479e153d3f5b24ea8151a3d42dc0
SHA1 (patch-ai) = db34e25bef3572d2bf198216e8c2aebb98362925
SHA1 (patch-aj) = c5c541a5e3c06127ccbc8a560e3ea97fbf77ef4f
+SHA1 (patch-ak) = b76eadbf6ced8c1b98454eb3579345ff8739ccb5
diff --git a/shells/bash2/patches/patch-ak b/shells/bash2/patches/patch-ak
new file mode 100644
index 00000000000..2d7496bdd72
--- /dev/null
+++ b/shells/bash2/patches/patch-ak
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2005/12/19 00:28:02 joerg Exp $
+
+--- builtins/psize.c.orig 2005-12-19 00:17:40.000000000 +0000
++++ builtins/psize.c
+@@ -40,7 +40,6 @@
+ #include "../command.h"
+ #include "../general.h"
+ #include "../sig.h"
+-extern int errno;
+
+ int nw;
+