pkgsrc/devel/hptools/patches/patch-af
2006-06-27 16:10:05 +00:00

13 lines
308 B
Text

$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