Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/14/1996 05:00:02
thorpej
Wed Nov 13 20:51:11 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv11506

Modified Files:
	kern_ntptime.c syscalls.master 
Log Message:
Make ntp_gettime() and ntp_adjtime() like other system calls:
- The functions that implement them and the argument names are
  prepended with "sys_".
- Optional systems calls are "UNIMPL" if the support is not being
  compiled into the kernel.


thorpej
Wed Nov 13 20:52:32 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv11874/d

Modified Files:
	init_sysent.c syscalls.c 
Log Message:
Regen.


thorpej
Wed Nov 13 20:52:34 PST 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv11874/sys

Modified Files:
	syscall.h syscallargs.h 
Log Message:
Regen.


thorpej
Wed Nov 13 20:54:01 PST 1996
Update of /cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv12003

Modified Files:
	files files.oldconf 
Log Message:
Only build kern/kern_ntptime.c if NTP is being compiled into the kernel.