summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-10 17:02:11 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-10 17:02:11 +0000
commit919bffa046a021ee536b394fbe122651a8e56421 (patch)
treef080b2d4630568fcd486ae45ebe1084e6705a2e0 /sys/conf/files
parent0e095252a26826dde5e578199f4708b57ae56da9 (diff)
downloadFreeBSD-src-919bffa046a021ee536b394fbe122651a8e56421.zip
FreeBSD-src-919bffa046a021ee536b394fbe122651a8e56421.tar.gz
Hook up strsep(3) to libkern following a repo-copy by Peter. This will
allow us to avoid nasty by-hand string parsing stuff in a number of places in the kernel, reducing the risk of unexpected consequences for kernel correctness.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 80fbfb7..2c19bbd 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1044,6 +1044,7 @@ libkern/strlcpy.c standard
libkern/strlen.c standard
libkern/strncmp.c standard
libkern/strncpy.c standard
+libkern/strsep.c standard
libkern/strtol.c standard
libkern/strtoq.c standard
libkern/strtoul.c standard
OpenPOWER on IntegriCloud