diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-04 06:09:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-04 06:09:54 +0000 |
| commit | 62f882d620bdfa783c01626012d69f468ba34e28 (patch) | |
| tree | 61f47bc195ec448ef18491672dd800c17c51c67d /usr.bin/strings | |
| parent | b07b8563ff4c0802ccb1cefdc6aca67c8896c6d1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/strings')
| -rw-r--r-- | usr.bin/strings/strings.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c index 6a49d632035ee..128292f22b4d1 100644 --- a/usr.bin/strings/strings.c +++ b/usr.bin/strings/strings.c @@ -78,8 +78,6 @@ main(argc, argv) int argc; char **argv; { - extern char *optarg; - extern int optind; register int ch, cnt; register u_char *C; EXEC *head; |
