From d1967c5d2c2b76ec0bdc059b246b3359d581a26f Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 3 Sep 2006 13:44:21 +0000 Subject: [PATCH] Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME. Obtained from: TrustedBSD Project --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index ed05c224442..e568ca58f45 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -339,7 +339,7 @@ 174 AUE_PWRITE STD { ssize_t pwrite(int fd, const void *buf, \ size_t nbyte, int pad, off_t offset); } 175 AUE_NULL UNIMPL nosys -176 AUE_ADJTIME STD { int ntp_adjtime(struct timex *tp); } +176 AUE_NTP_ADJTIME STD { int ntp_adjtime(struct timex *tp); } 177 AUE_NULL UNIMPL sfork (BSD/OS 2.x) 178 AUE_NULL UNIMPL getdescriptor (BSD/OS 2.x) 179 AUE_NULL UNIMPL setdescriptor (BSD/OS 2.x)