diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index f4e6560e95f..4168f4e6056 100644 --- a/usr.bin/elf2aout/elf2aout.c +++ b/usr.bin/elf2aout/elf2aout.c @@ -55,9 +55,6 @@ struct exec { }; #define A_MAGIC 0x01030107 -extern char *optarg; -extern int optind; - static void usage(void); /*