summaryrefslogtreecommitdiffstats
path: root/usr.bin/elf2aout/elf2aout.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-04-21 09:39:51 +0000
committerdelphij <delphij@FreeBSD.org>2006-04-21 09:39:51 +0000
commit7921291f4909f6e01d444ad12e3801a00ebf5257 (patch)
tree0ac9c96d407e1e54ca791c6c14d5c66900b395f0 /usr.bin/elf2aout/elf2aout.c
parent10b2fe8deaf19b4c81cb9088e607c6b818b49a2b (diff)
downloadFreeBSD-src-7921291f4909f6e01d444ad12e3801a00ebf5257.zip
FreeBSD-src-7921291f4909f6e01d444ad12e3801a00ebf5257.tar.gz
Because optarg and optind are defined in unistd.h,
remove the defination here.
Diffstat (limited to 'usr.bin/elf2aout/elf2aout.c')
-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 f4e6560..4168f4e 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);
/*
OpenPOWER on IntegriCloud