mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME.
Obtained from: TrustedBSD Project
This commit is contained in:
parent
10ce24c563
commit
d1967c5d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue