From owner-cvs-all Thu Nov 14 11:14:46 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 94BFB37B404 for ; Thu, 14 Nov 2002 11:14:45 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BB4EC43E3B for ; Thu, 14 Nov 2002 11:14:44 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 43821 invoked by uid 1000); 14 Nov 2002 19:14:45 -0000 Date: Thu, 14 Nov 2002 11:14:45 -0800 (PST) From: Nate Lawson To: Mike Silbersack Cc: Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <20021114001150.T11033-100000@patrocles.silby.com> Message-ID: 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 You're welcome. On Thu, 14 Nov 2002, Mike Silbersack wrote: > 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