blob: f2c28484278a87277a17335d31122ee391ef05db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2006/06/27 16:10:05 minskim Exp $
--- include/getopt.h.orig 2002-07-05 08:43:06.000000000 +0000
+++ include/getopt.h
@@ -8,8 +8,6 @@
extern int optopt, opterr, optind;
extern char *optarg;
-extern int sp;
-
extern int getopt( int , char * const argv[], const char *);
#endif
|