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 | |
parent | 031f6292333f30831f1ff9d1677c95618a018f5a (diff) | |
download | pkgsrc-c79f412c1bd65caf8a7eb7757dace3c8e45acf4a.tar.gz |
Fix errno.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/distinfo | 3 | ||||
-rw-r--r-- | shells/bash2/patches/patch-ak | 12 |
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; + |