From: Jim Meyering Date: Sat, 9 Jan 1999 16:21:40 +0000 (+0000) Subject: declare `match' X-Git-Tag: FILEUTILS-4_1-b3~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd008ba80b77d9f5495b99856ca357d6c433a256;p=thirdparty%2Fcoreutils.git declare `match' --- diff --git a/src/uniq.c b/src/uniq.c index ddc1414165..d02790c2e2 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -244,6 +244,7 @@ check_file (const char *infile, const char *outfile) while (!feof (istream)) { + int match; if (readline (thisline, istream) == 0) break; thisfield = find_field (thisline);