diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-10 22:25:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-10 22:25:13 +0000 |
commit | 437f54796c69c8b848c2bb3d5adadd699f050742 (patch) | |
tree | 2e628723bb4f6ac9ced2e1f6ad75050c80d52d68 /shells | |
parent | dd74bad19561b3686a528eea1c523f589c49a53d (diff) | |
download | pkgsrc-437f54796c69c8b848c2bb3d5adadd699f050742.tar.gz |
Depend on errno.h to provide errno.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/posh/distinfo | 3 | ||||
-rw-r--r-- | shells/posh/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/shells/posh/distinfo b/shells/posh/distinfo index 7fc63d2820d..929cc94a1cf 100644 --- a/shells/posh/distinfo +++ b/shells/posh/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/03/29 17:02:31 jmmv Exp $ +$NetBSD: distinfo,v 1.6 2005/11/10 22:25:13 joerg Exp $ SHA1 (posh_0.3.14.tar.gz) = 0242227569336c3fa151d14263069480121c8d15 RMD160 (posh_0.3.14.tar.gz) = 28ef5a29b736d42cc0f5261c305e053b65d79497 Size (posh_0.3.14.tar.gz) = 668729 bytes SHA1 (patch-aa) = bdd8ffb67ccd60064b0fb5bda7935001f6807380 +SHA1 (patch-ab) = 1e638fd21d7cab2e0a98c6383ca02e3f7acbd14f diff --git a/shells/posh/patches/patch-ab b/shells/posh/patches/patch-ab new file mode 100644 index 00000000000..8b9aef69fbd --- /dev/null +++ b/shells/posh/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2005/11/10 22:25:13 joerg Exp $ + +--- sh.h.orig 2005-11-10 22:22:51.000000000 +0000 ++++ sh.h +@@ -90,7 +90,6 @@ int strncasecmp ARGS((const char *s1, co + #define SH_VA_START(va, argn) va_start(va, argn) + + #include <errno.h> +-extern int errno; + + #ifdef HAVE_FCNTL_H + # include <fcntl.h> |