diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-05-20 03:15:25 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-05-20 03:15:25 +0000 |
| commit | 025069f98433fa6d9c43cee8292a73ff5ffef215 (patch) | |
| tree | b963ba6ea557123e5eb06e0f4d5f0afe40ff3c50 /gnu/usr.bin/grep/grep.c | |
| parent | f9a93b641ac1d1cbef3c9148c4d660443f6cd015 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/grep/grep.c')
| -rw-r--r-- | gnu/usr.bin/grep/grep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c index 0cab4a18f28d..223ee91f12f7 100644 --- a/gnu/usr.bin/grep/grep.c +++ b/gnu/usr.bin/grep/grep.c @@ -1350,9 +1350,9 @@ int main (int argc, char **argv) { char *keys; - size_t keycc, oldcc, keyalloc; + size_t cc, keycc, oldcc, keyalloc; int with_filenames; - int opt, cc, status; + int opt, status; int default_context; FILE *fp; extern char *optarg; |
