diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-23 17:19:49 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-23 17:19:49 +0000 |
commit | 6a0de4cf482bc3caf281bdb349392376715f3539 (patch) | |
tree | 6f1f8562354d3db232e5b5fedd032bd4a82c26ae /shells/pdksh | |
parent | 6e55d25b31e654601f24093918bc8dfab62f387e (diff) | |
download | pkgsrc-6a0de4cf482bc3caf281bdb349392376715f3539.tar.gz |
merge pkgsrc's patch-ab (remove extern int errno;)
Diffstat (limited to 'shells/pdksh')
-rw-r--r-- | shells/pdksh/files/sh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/pdksh/files/sh.h b/shells/pdksh/files/sh.h index 146ef60fe00..f19b45ba218 100644 --- a/shells/pdksh/files/sh.h +++ b/shells/pdksh/files/sh.h @@ -2,7 +2,7 @@ * Public Domain Bourne/Korn shell */ -/* $Id: sh.h,v 1.1.1.1 2008/05/23 17:15:20 tnn Exp $ */ +/* $Id: sh.h,v 1.2 2008/05/23 17:19:49 tnn Exp $ */ #include "config.h" /* system and option configuration info */ @@ -116,7 +116,6 @@ void *memmove ARGS((void *d, const void *s, size_t n)); #endif /* HAVE_PROTOTYPES */ #include <errno.h> -extern int errno; #ifdef HAVE_FCNTL_H # include <fcntl.h> |