2013-09-26 17:14:40 +02:00

14 lines
308 B
Plaintext

$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