diff options
author | joerg <joerg> | 2005-11-10 22:21:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-11-10 22:21:56 +0000 |
commit | 58433b7cf1263cca31de4fcc596bf28754fa9e94 (patch) | |
tree | ef32aa258656bb490c6d589519ac7ce49a74dfe4 /shells/pdksh/patches | |
parent | cc5bfb49c9b4831c19e258e0f3a832f5ffac5bca (diff) | |
download | pkgsrc-58433b7cf1263cca31de4fcc596bf28754fa9e94.tar.gz |
Depend on errno.h for errno.
Diffstat (limited to 'shells/pdksh/patches')
-rw-r--r-- | shells/pdksh/patches/patch-ab | 12 |
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> |