summaryrefslogtreecommitdiff
path: root/shells/pdksh
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-11-10 22:21:56 +0000
committerjoerg <joerg@pkgsrc.org>2005-11-10 22:21:56 +0000
commit82795aa82acaad5897f47477e652579e0ddbddcf (patch)
treeef32aa258656bb490c6d589519ac7ce49a74dfe4 /shells/pdksh
parent9b99e4b690f3a09bb943ff6a022f6f8433d7bf37 (diff)
downloadpkgsrc-82795aa82acaad5897f47477e652579e0ddbddcf.tar.gz
Depend on errno.h for errno.
Diffstat (limited to 'shells/pdksh')
-rw-r--r--shells/pdksh/distinfo3
-rw-r--r--shells/pdksh/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/shells/pdksh/distinfo b/shells/pdksh/distinfo
index f547820c22a..22272a7b8b3 100644
--- a/shells/pdksh/distinfo
+++ b/shells/pdksh/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:14:41 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/11/10 22:21:56 joerg Exp $
SHA1 (pdksh-5.2.14.tar.gz) = 8b022e45de7691ef330f13b0981f0cff30b4047d
RMD160 (pdksh-5.2.14.tar.gz) = 3ecb47ac7c7fc43445806a68c740c94278e2368f
Size (pdksh-5.2.14.tar.gz) = 480107 bytes
SHA1 (patch-aa) = 19cbe1ae50ee63549019c55c3eafb2bf138c401e
+SHA1 (patch-ab) = d1623335dee7933f3daf612eaf0cfe37c7e96744
diff --git a/shells/pdksh/patches/patch-ab b/shells/pdksh/patches/patch-ab
new file mode 100644
index 00000000000..f45db149b42
--- /dev/null
+++ b/shells/pdksh/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/11/10 22:21:56 joerg Exp $
+
+--- sh.h.orig 2005-11-10 22:19:37.000000000 +0000
++++ sh.h
+@@ -116,7 +116,6 @@ void *memmove ARGS((void *d, const void
+ #endif /* HAVE_PROTOTYPES */
+
+ #include <errno.h>
+-extern int errno;
+
+ #ifdef HAVE_FCNTL_H
+ # include <fcntl.h>