Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/07/2000 21:11:57
Module Name: syssrc
Committed By: bjh21
Date: Mon Aug 7 18:11:56 UTC 2000
Modified Files:
syssrc/sys/sys: syscall.h syscallargs.h
Log Message:
Second phase of changes to remove ntp_adjtime(2) from the kernel entirely if
NTP is not defined.
Also removes sysctl_ntptime, since that's unreferenced without NTP.
ntp_gettime(2) is left alone, since it doesn't raise SIGSYS, which sys_nosys()
To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 syssrc/sys/sys/syscall.h
cvs rdiff -r1.89 -r1.90 syssrc/sys/sys/syscallargs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.