Subject: CVS commit: src/lib/libssp
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 05/23/2007 22:35:38
Module Name:	src
Committed By:	tls
Date:		Wed May 23 22:35:38 UTC 2007

Modified Files:
	src/lib/libssp: Makefile
	src/lib/libssp/ssp: string.h
Added Files:
	src/lib/libssp/ssp: strings.h

Log Message:
The b-functions (bcopy, bzero) should not be in string.h, and we were
missing strings.h.  Fix this so we mirror the organization of these
header files in /usr/include proper.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libssp/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libssp/ssp/string.h
cvs rdiff -r0 -r1.1 src/lib/libssp/ssp/strings.h

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