diff options
| author | Xin LI <delphij@FreeBSD.org> | 2006-04-21 09:39:51 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2006-04-21 09:39:51 +0000 |
| commit | 3254fa322ff222026edb6ba896b67dfc25ddd26b (patch) | |
| tree | 0ac9c96d407e1e54ca791c6c14d5c66900b395f0 /usr.bin/elf2aout | |
| parent | 4f590175b7f3a4efecdd28ffd3306d30724d32c9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/elf2aout')
| -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 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); /* |
