From owner-cvs-all Tue Sep 4 10: 5:43 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id D585737B401; Tue, 4 Sep 2001 10:05:33 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f84H5W692572; Tue, 4 Sep 2001 10:05:32 -0700 (PDT) (envelope-from dillon) Date: Tue, 4 Sep 2001 10:05:32 -0700 (PDT) From: Matt Dillon Message-Id: <200109041705.f84H5W692572@earth.backplane.com> To: Mark Peek Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> 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 : :At 8:44 PM +0400 9/4/01, Andrey A. Chernov wrote: :>On Tue, Sep 04, 2001 at 09:39:11 -0700, Andrey A. Chernov wrote: :>> ache 2001/09/04 09:39:11 PDT :>> :>> Modified files: :>> lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c :>> strtoul.3 strtoul.c strtoull.c strtouq.c :> :>Forget "Reviewed by: audit silence" : :Wow, less than 24 hours is considered "audit silence"? I'd like to :think an acceptable wait period is a bit longer than that! : :Mark Is there any reason we are keeping the rcsid in some of the source files? Can we just scrap these? (Also strhash.c uses the wrong declaration for rcsid. But I'd just assume wipe them out completely). -Matt apollo:/FreeBSD/FreeBSD-current/src/lib/libc/stdlib# fgrep rcsid * getopt.c:static const char rcsid[] = "$FreeBSD: src/lib/libc/stdlib/getopt.c,v 1.4 2001/08/16 03:27:03 jkoshy Exp $"; qsort.c:static const char rcsid[] = setenv.c:static const char rcsid[] = "$FreeBSD: src/lib/libc/stdlib/setenv.c,v 1.6 2000/09/20 03:05:37 brian Exp $"; strhash.c:static const char *rcsid = strtoll.c:static const char rcsid[] = strtoq.c:static const char rcsid[] = strtoull.c:static const char rcsid[] = strtouq.c:static const char rcsid[] = apollo:/FreeBSD/FreeBSD-current/src/lib/libc/stdlib# ls *.c abort.c exit.c merge.c setenv.c system.c abs.c getenv.c netbsd_strtod.c strhash.c tdelete.c atexit.c getopt.c putenv.c strtod.c tfind.c atof.c getsubopt.c qsort.c strtol.c tsearch.c atoi.c hcreate.c radixsort.c strtoll.c twalk.c atol.c heapsort.c rand.c strtoq.c bsearch.c labs.c random.c strtoul.c calloc.c ldiv.c reallocf.c strtoull.c div.c malloc.c realpath.c strtouq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message