update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / TinySVM / patches / patch-aa
1 $NetBSD$
2
3 --- src/getopt.h.orig   2002-08-20 15:31:17.000000000 +0900
4 +++ src/getopt.h
5 @@ -128,7 +128,6 @@ struct option
6     errors, only prototype getopt for the GNU C library.  */
7  extern int getopt (int argc, char *const *argv, const char *shortopts);
8  #else /* not __GNU_LIBRARY__ */
9 -extern int getopt ();
10  #endif /* __GNU_LIBRARY__ */
11  extern int getopt_long (int argc, char *const *argv, const char *shortopts,
12                         const struct option *longopts, int *longind);