Date: Mon, 9 Aug 1999 22:58:58 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strlcat.c strlcpy.3 strlcpy.c Message-ID: <199908100558.WAA98922@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/08/09 22:58:58 PDT Modified files: lib/libc/string strlcat.c strlcpy.3 strlcpy.c Log: Use the latest version of these files from OpenBSD. 1) Safty change from casper dik was added to OpenBSD's sources since I grabbed them. milltert@openbsd.org 2) Split up strlcpy to improve efficiency of the common case. milltert@openbsd.org 3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org Pointed out by: deraadt@openbsd.org Revision Changes Path 1.2 +5 -5 src/lib/libc/string/strlcat.c 1.2 +4 -4 src/lib/libc/string/strlcpy.3 1.2 +17 -12 src/lib/libc/string/strlcpy.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?199908100558.WAA98922>