Is there a reason that getopt.h gets included twice? src/env.c:
#include <getopt.h> #include <sys/types.h> #include <getopt.h> src/groups.c: #include <getopt.h> #include <sys/types.h> #include <pwd.h> #include <grp.h> #include <getopt.h> _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
