diff options
author | delphij <delphij@FreeBSD.org> | 2006-04-21 09:39:51 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-04-21 09:39:51 +0000 |
commit | 7921291f4909f6e01d444ad12e3801a00ebf5257 (patch) | |
tree | 0ac9c96d407e1e54ca791c6c14d5c66900b395f0 /usr.bin | |
parent | 10b2fe8deaf19b4c81cb9088e607c6b818b49a2b (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.bin/elf2aout/elf2aout.c | 3 |
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); /* |