summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-01-29 23:05:12 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-01-29 23:05:12 +0000
commit2b9936f3f7ab47a89436d4fa3b70e4c09dd2398e (patch)
tree981575b1c1e1e216672ebd7e22e7a24e38e71543 /sys/conf
parent0b76c30b56471d2de3bb8493b288a92682f7b9fe (diff)
Add kernel PLL for system clock
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9c57fdf5e17..a0fbb203aec 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -94,6 +94,7 @@ file kern/kern_fork.c
file kern/kern_ktrace.c ktrace
file kern/kern_lkm.c lkm
file kern/kern_malloc.c
+file kern/kern_ntptime.c
file kern/kern_physio.c
file kern/kern_proc.c
file kern/kern_prot.c