| commit | 17d49efd8ce6507152d78a70574193bb1b313af6 | [log] [tgz] |
|---|---|---|
| author | Eric Andersen <andersen@codepoet.org> | Wed Oct 06 20:25:32 1999 +0000 |
| committer | Eric Andersen <andersen@codepoet.org> | Wed Oct 06 20:25:32 1999 +0000 |
| tree | 64e24302dc2575867d8a78897500e5a5b2a48398 | |
| parent | 9d3aba7b37b275350a9fe0887871da9ba73dcbd7 [diff] [blame] |
More stuff.
diff --git a/findutils/grep.c b/findutils/grep.c index 3779e55..a07feda 100644 --- a/findutils/grep.c +++ b/findutils/grep.c
@@ -36,7 +36,7 @@ extern int -grep_main(struct FileInfo * unused, int argc, char ** argv) +grep_main(int argc, char ** argv) { FILE * fp; const char * word;