summaryrefslogtreecommitdiff
path: root/devel/hptools/files/p-common_getopt.c
blob: 87a1592c3f8fe9932df5f9ec1d33552d951e92ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/getopt.c.orig	Wed Oct  3 23:28:45 2007
+++ common/getopt.c	Wed Oct  3 23:29:03 2007
@@ -21,7 +21,7 @@
 int	optopt, opterr = TRUE, optind = 1;
 char	*optarg;
 
-static	int	sp = 1;
+int	sp = 1;
 
 int getopt( int argc, char * const argv[], const char *opts )
 {