Subject: CVS commit: src/usr.bin/find
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/22/2003 15:47:26
Module Name:	src
Committed By:	yamt
Date:		Thu May 22 15:47:26 UTC 2003

Modified Files:
	src/usr.bin/find: find.c misc.c

Log Message:
rename a global variable, 'entry', to 'g_entry'.
it was confusing because we have many local 'entry' variable.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.bin/find/find.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/find/misc.c

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