summaryrefslogtreecommitdiff
path: root/shells/pdksh/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-10 22:21:56 +0000
committerjoerg <joerg>2005-11-10 22:21:56 +0000
commit58433b7cf1263cca31de4fcc596bf28754fa9e94 (patch)
treeef32aa258656bb490c6d589519ac7ce49a74dfe4 /shells/pdksh/patches
parentcc5bfb49c9b4831c19e258e0f3a832f5ffac5bca (diff)
downloadpkgsrc-58433b7cf1263cca31de4fcc596bf28754fa9e94.tar.gz
Depend on errno.h for errno.
Diffstat (limited to 'shells/pdksh/patches')
-rw-r--r--shells/pdksh/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
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>