diff -ru nmap-3.26/configure nmap-3.26-patched/configure --- nmap-3.26/configure Fri Apr 25 14:46:45 2003 +++ nmap-3.26-patched/configure Fri Apr 25 17:28:39 2003 @@ -5528,7 +5528,7 @@ You need at least version $GTK_MINVERSION.\n Subdir X-windows \ will not be made" >&2;} else - subdirs="$subdirs nmapfe" + subdirs="$subdirs" fi fi fi diff -uNr nmap-3.26/nbase/getopt.h nmap-3.26/nbase/getopt.h --- nmap-3.26/nbase/getopt.h Fri Oct 10 17:04:39 2003 +++ nmap-3.26/nbase/getopt.h Fri Oct 10 16:56:59 2003 @@ -100,7 +100,7 @@ errors, only prototype getopt for the GNU C library. */ extern int getopt (int argc, char *const *argv, const char *shortopts); #else /* not __GNU_LIBRARY__ */ -extern int getopt (); +/* extern int getopt (); */ #endif /* __GNU_LIBRARY__ */ extern int getopt_long (int argc, char *const *argv, const char *shortopts, const struct option *longopts, int *longind);