Subject: CVS commit: src/usr.bin/grep
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 05/15/2006 21:12:21
Module Name:	src
Committed By:	rillig
Date:		Mon May 15 21:12:21 UTC 2006

Modified Files:
	src/usr.bin/grep: Makefile file.c grep.c grep.h mmfile.c util.c

Log Message:
Changed the type of some size variables from int to size_t. Added const
qualifiers to some parameters. These changes allow WARNS to be raised to
4.


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 src/usr.bin/grep/Makefile src/usr.bin/grep/file.c
cvs rdiff -r1.2 -r1.3 src/usr.bin/grep/grep.c src/usr.bin/grep/grep.h \
    src/usr.bin/grep/mmfile.c
cvs rdiff -r1.3 -r1.4 src/usr.bin/grep/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.