From 65af7010413d518818d4b0a99a12593f70a9940c Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 10 Nov 2005 22:25:13 +0000 Subject: Depend on errno.h to provide errno. --- shells/posh/distinfo | 3 ++- shells/posh/patches/patch-ab | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 shells/posh/patches/patch-ab (limited to 'shells') 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 +-extern int errno; + + #ifdef HAVE_FCNTL_H + # include -- cgit v1.2.3