summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-19 00:28:02 +0000
committerjoerg <joerg>2005-12-19 00:28:02 +0000
commit852ab8c868e1f869024ebc9a08ca2d5754922529 (patch)
tree3736009f181f7338c0a592c348919f02762a8948 /shells/bash2/patches
parent894b5a8768cd0f5923638e7b575a36225c2db296 (diff)
downloadpkgsrc-852ab8c868e1f869024ebc9a08ca2d5754922529.tar.gz
Fix errno.
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r--shells/bash2/patches/patch-ak12
1 files changed, 12 insertions, 0 deletions
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;
+