CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/22 10:07:06
Modified files:
usr.bin/grep : util.c
Log message:
The loop index in grep_cmp() should be size_t to match the type of
the length parameter. The return value of grep_cmp() is only used
in a boolean context so make it return bool instead of the index.
OK mmcc@
