From 6a0de4cf482bc3caf281bdb349392376715f3539 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 23 May 2008 17:19:49 +0000 Subject: merge pkgsrc's patch-ab (remove extern int errno;) --- shells/pdksh/files/sh.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shells') 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 -extern int errno; #ifdef HAVE_FCNTL_H # include -- cgit v1.2.3