Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/08/1999 15:56:57
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Sep  8 22:56:57 UTC 1999

Modified Files:
	basesrc/lib/libc/string: Makefile.inc strlcat.c strlcpy.3 strlcpy.c

Log Message:
add netbsd rcsid's
update for knf (return value on separate line to function name...)
check dst and src aren't null pointers before trying to use them
enable strlcat/strlcpy


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 basesrc/lib/libc/string/Makefile.inc
cvs rdiff -r1.1.1.1 -r1.2 basesrc/lib/libc/string/strlcat.c \
    basesrc/lib/libc/string/strlcpy.3 basesrc/lib/libc/string/strlcpy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.