aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-01-15 00:03:39 +0000
committerMike Smith <msmith@FreeBSD.org>1999-01-15 00:03:39 +0000
commit118537f287679c354516767d551eca334f0cf343 (patch)
tree0edbd91131c87b69ea2fdbdb24cbcc5c0f6d907e /sys/conf/files
parent1b855e4412f07028751c2ab105d0ddc25ab06fca (diff)
downloadsrc-118537f287679c354516767d551eca334f0cf343.tar.gz
src-118537f287679c354516767d551eca334f0cf343.zip
Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be used
for parsing kernel environment values, although they have utility elsewhere.
Notes
Notes: svn path=/head/; revision=42680
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 79b9f7a61621..5073f6aec3bf 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -305,6 +305,7 @@ kern/subr_module.c standard
kern/subr_prf.c standard
kern/subr_prof.c standard
kern/subr_rlist.c standard
+kern/subr_scanf.c standard
kern/subr_xxx.c standard
kern/sys_generic.c standard
kern/sys_pipe.c standard