Date: Tue, 4 Sep 2001 10:05:32 -0700 (PDT) From: Matt Dillon <dillon@earth.backplane.com> To: Mark Peek <mark@whistle.com> Cc: "Andrey A. Chernov" <ache@nagual.pp.ru>, 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 Message-ID: <200109041705.f84H5W692572@earth.backplane.com> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <p05100307b7bab7186d08@[10.1.10.118]>
next in thread | previous in thread | raw e-mail | index | archive | help
:
: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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109041705.f84H5W692572>
