summaryrefslogtreecommitdiff
path: root/shells/es/patches/patch-ac
blob: 3a1e6f45f413cd05dcae25302c32e5a2c58b2deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2005/01/25 04:46:29 tv 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__) && !defined(__INTERIX)
 extern int getopt (int argc, char **argv, const char *optstring);
 #endif
 extern int optind;