diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-19 15:13:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-19 15:13:36 +0000 |
commit | d31edacd1ead7b005d2e2c9368e30e991400abad (patch) | |
tree | 80957e140904f83268e47745eaca80278c651493 /sys/conf | |
parent | b6696d46af8c8d0ef269fc5504a30c938c5a8694 (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/files | 3 |
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 |