From 3254fa322ff222026edb6ba896b67dfc25ddd26b Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 21 Apr 2006 09:39:51 +0000 Subject: [PATCH] Because optarg and optind are defined in unistd.h, remove the defination here. --- usr.bin/elf2aout/elf2aout.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index f4e6560e95f1..4168f4e60560 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); /*