Subject: CVS commit: src/usr.bin/find
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 10/07/2006 17:04:02
Module Name:	src
Committed By:	apb
Date:		Sat Oct  7 17:04:02 UTC 2006

Modified Files:
	src/usr.bin/find: extern.h find.c find.h function.c

Log Message:
Add support for "find ... -exec ... {} +".

The code is from John Hawkinson in PR 20470.  I adapted it to current,
and made some KNF and comment changes.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/usr.bin/find/extern.h
cvs rdiff -r1.21 -r1.22 src/usr.bin/find/find.c src/usr.bin/find/find.h
cvs rdiff -r1.55 -r1.56 src/usr.bin/find/function.c

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