summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortnn <tnn>2008-05-23 17:19:49 +0000
committertnn <tnn>2008-05-23 17:19:49 +0000
commit76b3edbd35e160b14438b3ee801bd7e8d7047e32 (patch)
tree6f1f8562354d3db232e5b5fedd032bd4a82c26ae /shells
parent2eda1c8fc8cf0e8ade80a9b085b3bd9f938d5895 (diff)
downloadpkgsrc-76b3edbd35e160b14438b3ee801bd7e8d7047e32.tar.gz
merge pkgsrc's patch-ab (remove extern int errno;)
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/files/sh.h3
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>