summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-03 13:47:24 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-03 13:47:24 +0000
commit9e972f8275d66d6e916a5677725df75da40b3120 (patch)
tree5fffb9ec507c37170e7f561ea5087c51338c9c38 /sys/compat/freebsd32
parent3387bd0cd399efa0bb50f01be940d408298ec95c (diff)
downloadFreeBSD-src-9e972f8275d66d6e916a5677725df75da40b3120.zip
FreeBSD-src-9e972f8275d66d6e916a5677725df75da40b3120.tar.gz
Use AUE_NTP_ADJTIME instead of AUE_ADJTIME for ntp_adjtime().
Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 61a7e86..80aafd7 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -314,7 +314,7 @@
u_int32_t offsetlo, u_int32_t offsethi); }
; XXX note - bigendian is different
175 AUE_NULL UNIMPL nosys
-176 AUE_ADJTIME NOPROTO { int ntp_adjtime(struct timex *tp); }
+176 AUE_NTP_ADJTIME NOPROTO { 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)
OpenPOWER on IntegriCloud