aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elf2aout
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-04-21 09:39:51 +0000
committerXin LI <delphij@FreeBSD.org>2006-04-21 09:39:51 +0000
commit3254fa322ff222026edb6ba896b67dfc25ddd26b (patch)
tree0ac9c96d407e1e54ca791c6c14d5c66900b395f0 /usr.bin/elf2aout
parent4f590175b7f3a4efecdd28ffd3306d30724d32c9 (diff)
downloadsrc-3254fa322ff222026edb6ba896b67dfc25ddd26b.tar.gz
src-3254fa322ff222026edb6ba896b67dfc25ddd26b.zip
Because optarg and optind are defined in unistd.h,
remove the defination here.
Notes
Notes: svn path=/head/; revision=157928
Diffstat (limited to 'usr.bin/elf2aout')
-rw-r--r--usr.bin/elf2aout/elf2aout.c3
1 files changed, 0 insertions, 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);
/*