summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-19 15:13:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-19 15:13:36 +0000
commitd31edacd1ead7b005d2e2c9368e30e991400abad (patch)
tree80957e140904f83268e47745eaca80278c651493 /sys/conf
parentb6696d46af8c8d0ef269fc5504a30c938c5a8694 (diff)
move clock_subr.c to a better place, and now it is always in the kernel
so that things can use it; tested on all architectures; ok kettenis
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 2012f96135d..f1708f5a447 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.377 2006/06/17 19:07:19 damien Exp $
+# $OpenBSD: files,v 1.378 2006/06/19 15:13:35 deraadt Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -596,6 +596,7 @@ file isofs/cd9660/cd9660_vnops.c cd9660
file isofs/udf/udf_subr.c udf
file isofs/udf/udf_vfsops.c udf
file isofs/udf/udf_vnops.c udf
+file kern/clock_subr.c
file kern/exec_aout.c
file kern/exec_conf.c
file kern/exec_ecoff.c