From owner-cvs-all Wed Nov 13 22: 7:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCE937B401; Wed, 13 Nov 2002 22:07:10 -0800 (PST) Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C71043E3B; Wed, 13 Nov 2002 22:07:10 -0800 (PST) (envelope-from silby@silby.com) Received: from [10.1.1.6] (d78.as9.nwbl0.wi.voyager.net [169.207.132.206]) by out3.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 220B7775A2; Thu, 14 Nov 2002 00:07:08 -0600 (CST) Date: Thu, 14 Nov 2002 00:12:47 -0600 (CST) From: Mike Silbersack To: Nate Lawson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211140114.gAE1Eabj088543@repoman.freebsd.org> Message-ID: <20021114001150.T11033-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That looks more reasonable, thanks for making the change. Mike "Silby" Silbersack On Wed, 13 Nov 2002, Nate Lawson wrote: > njl 2002/11/13 17:14:36 PST > > Modified files: > bin/sleep sleep.c > Log: > Minimal take on previous commit -- remove getopt and printf. Static size > is reduced by 40k, dynamic by a few bytes. > Functional changes: > * "sleep -- arg" now returns usage() instead of ignoring the -- > * "sleep -1" now returns immediately instead of returning usage() > > Reviewed by: jmallett > > Revision Changes Path > 1.15 +9 -15 src/bin/sleep/sleep.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message