From owner-cvs-src@FreeBSD.ORG Fri Jun 11 09:40:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108F216A4CE; Fri, 11 Jun 2004 09:40:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A5D43D5D; Fri, 11 Jun 2004 09:40:21 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5B9eIjR075337; Fri, 11 Jun 2004 09:40:18 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5B9eIJK075336; Fri, 11 Jun 2004 09:40:18 GMT (envelope-from eik) Message-Id: <200406110940.i5B9eIJK075336@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 11 Jun 2004 09:40:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/find extern.h find.1 find.c find.h function.c option.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 09:40:22 -0000 eik 2004-06-11 09:40:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/find extern.h find.1 find.c find.h function.c option.c Log: MFC of the `-depth n' primary and the -maxdepth fix. Revision Changes Path 1.9.2.5 +2 -1 src/usr.bin/find/extern.h 1.23.2.24 +36 -12 src/usr.bin/find/find.1 1.7.6.4 +6 -7 src/usr.bin/find/find.c 1.6.2.8 +3 -0 src/usr.bin/find/find.h 1.22.2.12 +49 -7 src/usr.bin/find/function.c 1.9.2.7 +1 -1 src/usr.bin/find/option.c