diff options
Diffstat (limited to 'shells/es/patches/patch-ac')
-rw-r--r-- | shells/es/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/es/patches/patch-ac b/shells/es/patches/patch-ac new file mode 100644 index 00000000000..2203c83f15c --- /dev/null +++ b/shells/es/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2004/02/26 07:47:48 uebayasi Exp $ + +--- main.c~ Tue May 30 06:13:50 1995 ++++ main.c Thu Apr 10 09:20:49 1997 +@@ -9,7 +9,7 @@ + Boolean gcinfo = FALSE; /* -I */ + #endif + +-#if !HPUX && !defined(linux) ++#if !HPUX && !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) + extern int getopt (int argc, char **argv, const char *optstring); + #endif + extern int optind; |