Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/13/2006 03:26:43
Module Name: src
Committed By: dyoung
Date: Mon Nov 13 03:26:43 UTC 2006
Modified Files:
src/sys/lib/libkern: Makefile
Added Files:
src/common/lib/libc/string: strsep.c
Removed Files:
src/lib/libc/string: strsep.c
Log Message:
Add strsep(3) to libkern.
To avoid code duplication, move strsep.c to the kernel/userland
common files.
Soon I will commit source-address selection (options IPSELSRC).
It will use strsep(3).
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/common/lib/libc/string/strsep.c
cvs rdiff -r1.14 -r0 src/lib/libc/string/strsep.c
cvs rdiff -r1.83 -r1.84 src/sys/lib/libkern/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.