Subject: CVS commit: othersrc/usr.bin/grep
To: None <source-changes@NetBSD.org>
From: Chris Pinnock <cjep@netbsd.org>
List: source-changes
Date: 08/24/2003 20:47:16
Module Name:	othersrc
Committed By:	cjep
Date:		Sun Aug 24 20:47:16 UTC 2003

Modified Files:
	othersrc/usr.bin/grep: grep.c grep.h queue.c util.c

Log Message:
Fix output with -A, -B, -C together with -Z, viz. print \0 instead of
-'s after the filenames.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 othersrc/usr.bin/grep/grep.c
cvs rdiff -r1.19 -r1.20 othersrc/usr.bin/grep/grep.h
cvs rdiff -r1.4 -r1.5 othersrc/usr.bin/grep/queue.c
cvs rdiff -r1.22 -r1.23 othersrc/usr.bin/grep/util.c

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