From owner-cvs-all Wed Aug 16 0:34:16 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D77C137B51B; Wed, 16 Aug 2000 00:34:08 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA29491; Wed, 16 Aug 2000 01:34:05 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id BAA03139; Wed, 16 Aug 2000 01:33:19 -0600 (MDT) Message-Id: <200008160733.BAA03139@harmony.village.org> To: Will Andrews Subject: Re: cvs commit: src/bin/chio chio.c src/bin/date date.c src/bin/ln ln.c src/bin/pax options.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 15 Aug 2000 21:57:31 EDT." <20000815215731.R4306@argon.gryphonsoft.com> References: <20000815215731.R4306@argon.gryphonsoft.com> <200008160514.WAA71164@freefall.freebsd.org> Date: Wed, 16 Aug 2000 01:33:19 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000815215731.R4306@argon.gryphonsoft.com> Will Andrews writes: : On Tue, Aug 15, 2000 at 10:14:50PM -0700, Warner Losh wrote: : > Log: : > Don't explicitly declare optarg and optind. These are declared in : > unistd.h, which is already included. : : This change seems simple enough to MFC immediately. Do you think there : are other files in the tree which make similar mistakes (and thus could : be run through in one fell swoop)? Yes. I'm cleaning up my tree now. Trouble is that there's changes in the tree I want to commit, and changes I don't, so I have to be careful about what goes in and what doesn't. These changes are trivial. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message