From owner-cvs-all Thu May 16 22:15:25 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (117.a.009.mel.iprimus.net.au [210.50.112.117]) by hub.freebsd.org (Postfix) with ESMTP id 2F04B37B40A; Thu, 16 May 2002 22:15:08 -0700 (PDT) Received: from treetop.robbins.dropbear.id.au (localhost [127.0.0.1]) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2) with ESMTP id g4GIKceo008680; Fri, 17 May 2002 04:20:38 +1000 (EST) (envelope-from tim@treetop.robbins.dropbear.id.au) Received: (from tim@localhost) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2/Submit) id g4GIKc4d008679; Fri, 17 May 2002 04:20:38 +1000 (EST) Date: Fri, 17 May 2002 04:20:37 +1000 From: "Tim J. Robbins" To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/renice renice.c Message-ID: <20020517042037.A8668@treetop.robbins.dropbear.id.au> References: <20020517034023.A8414@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Fri, May 17, 2002 at 12:42:44AM -0400 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 On Fri, May 17, 2002 at 12:42:44AM -0400, John Baldwin wrote: > If the standard says it then I suppose that's good enough. I doubt leading > zero's is a severe problem though. :) Neither do I :) The code had NULL instead of 0 for strtol()'s `base' argument, the choice was between restoring the traditional (and standard) behaviour or fixing it for style reasons. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message