kern/subr_disk.c is standard

This commit is contained in:
deraadt 1994-03-23 18:22:52 +00:00
parent d77d51eea8
commit 974484d469
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: files,v 1.41 1994/03/10 16:56:14 ws Exp $
# $Id: files,v 1.42 1994/03/23 18:22:52 deraadt Exp $
#
ddb/db_access.c optional ddb
ddb/db_aout.c optional ddb
@ -49,6 +49,7 @@ kern/kern_subr.c standard
kern/kern_synch.c standard
kern/kern_time.c standard
kern/kern_xxx.c standard
kern/subr_disk.c standard
kern/subr_log.c standard
kern/subr_mcount.c optional profiling-routine
kern/subr_prf.c standard

View File

@ -87,6 +87,7 @@ file kern/kern_synch.c
file kern/kern_time.c
file kern/kern_xxx.c
file kern/subr_autoconf.c
file kern/subr_disk.c
file kern/subr_log.c
file kern/subr_mcount.c profiling-routine
file kern/subr_prf.c

View File

@ -1,4 +1,4 @@
# $Id: files.oldconf,v 1.41 1994/03/10 16:56:14 ws Exp $
# $Id: files.oldconf,v 1.42 1994/03/23 18:22:52 deraadt Exp $
#
ddb/db_access.c optional ddb
ddb/db_aout.c optional ddb
@ -49,6 +49,7 @@ kern/kern_subr.c standard
kern/kern_synch.c standard
kern/kern_time.c standard
kern/kern_xxx.c standard
kern/subr_disk.c standard
kern/subr_log.c standard
kern/subr_mcount.c optional profiling-routine
kern/subr_prf.c standard