diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-19 00:28:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-19 00:28:02 +0000 |
commit | c79f412c1bd65caf8a7eb7757dace3c8e45acf4a (patch) | |
tree | 3736009f181f7338c0a592c348919f02762a8948 /shells/bash2/patches | |
parent | 031f6292333f30831f1ff9d1677c95618a018f5a (diff) | |
download | pkgsrc-c79f412c1bd65caf8a7eb7757dace3c8e45acf4a.tar.gz |
Fix errno.
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r-- | shells/bash2/patches/patch-ak | 12 |
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; + |