Add ntp_gettime(2) system call.

Reviewed by:	imp, phk, njl, peter
Approved by:	njl
This commit is contained in:
marks 2004-11-18 23:46:14 +00:00
parent d0ae6351d9
commit 3041fc9932

View File

@ -366,7 +366,7 @@
245 UNIMPL nosys
246 UNIMPL nosys
247 UNIMPL nosys
248 UNIMPL nosys
248 STD { int ntp_gettime(struct ntptimeval *ntvp); }
249 UNIMPL nosys
; syscall numbers initially used in OpenBSD
250 MSTD { int minherit(void *addr, size_t len, int inherit); }