From owner-cvs-usrbin Mon Oct 13 14:07:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23797 for cvs-usrbin-outgoing; Mon, 13 Oct 1997 14:07:51 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA23727; Mon, 13 Oct 1997 14:07:11 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA21089; Mon, 13 Oct 1997 14:06:23 -0700 (PDT) Date: Mon, 13 Oct 1997 14:06:23 -0700 (PDT) Message-Id: <199710132106.OAA21089@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/find extern.h find.1 find.h function.c option.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/10/13 14:06:23 PDT Modified files: usr.bin/find extern.h find.1 find.h function.c option.c Log: Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find. Revision Changes Path 1.5 +3 -0 src/usr.bin/find/extern.h 1.12 +20 -1 src/usr.bin/find/find.1 1.5 +4 -2 src/usr.bin/find/find.h 1.15 +98 -0 src/usr.bin/find/function.c 1.5 +3 -0 src/usr.bin/find/option.c