Ticket #6415: glademm-2.6.0-getopt.patch
File glademm-2.6.0-getopt.patch, 557 bytes (added by toralf@…, 19 years ago) |
---|
-
./src/getopt.h
old new 106 106 differences in the consts, in stdlib.h. To avoid compilation 107 107 errors, only prototype getopt for the GNU C library. */ 108 108 extern int getopt (int argc, char *const *argv, const char *shortopts); 109 #else /* not __GNU_LIBRARY__ */110 extern int getopt ();111 109 #endif /* __GNU_LIBRARY__ */ 112 110 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 113 111 const struct option *longopts, int *longind);