Subject: PR/20470 CVS commit: src/usr.bin/find
To: None <apb@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Alan Barrett <apb@netbsd.org>
List: netbsd-bugs
Date: 10/07/2006 17:05:02
The following reply was made to PR bin/20470; it has been noted by GNATS.

From: Alan Barrett <apb@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/20470 CVS commit: src/usr.bin/find
Date: Sat,  7 Oct 2006 17:04:02 +0000 (UTC)

 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.