Date: Thu, 21 Mar 2002 14:49:00 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib bsearch.c getenv.c heapsort.c malloc.c merge.c qsort.c radixsort.c random.c setenv.c tdelete.c tfind.c tsearch.c twalk.c Message-ID: <200203212249.g2LMn1d81134@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/03/21 14:48:56 PST Modified files: lib/libc/stdlib bsearch.c getenv.c heapsort.c malloc.c merge.c qsort.c radixsort.c random.c setenv.c tdelete.c tfind.c tsearch.c twalk.c Log: Remove __P() usage. Revision Changes Path 1.3 +1 -1 src/lib/libc/stdlib/bsearch.c 1.4 +1 -1 src/lib/libc/stdlib/getenv.c 1.4 +1 -1 src/lib/libc/stdlib/heapsort.c 1.65 +1 -1 src/lib/libc/stdlib/malloc.c 1.6 +5 -5 src/lib/libc/stdlib/merge.c 1.10 +3 -3 src/lib/libc/stdlib/qsort.c 1.5 +2 -2 src/lib/libc/stdlib/radixsort.c 1.19 +1 -1 src/lib/libc/stdlib/random.c 1.8 +1 -1 src/lib/libc/stdlib/setenv.c 1.2 +1 -1 src/lib/libc/stdlib/tdelete.c 1.2 +1 -1 src/lib/libc/stdlib/tfind.c 1.2 +1 -1 src/lib/libc/stdlib/tsearch.c 1.2 +2 -2 src/lib/libc/stdlib/twalk.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?200203212249.g2LMn1d81134>