summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authormarks <marks@FreeBSD.org>2004-11-18 23:46:14 +0000
committermarks <marks@FreeBSD.org>2004-11-18 23:46:14 +0000
commit3041fc9932912b8cb15b29b7c680fd03f7c85a0a (patch)
treedd03247f060cd9e69b5fb2bc980fb040e89cb118 /sys/kern/syscalls.master
parentd0ae6351d94505b9b94833783bf72392f324b0f8 (diff)
downloadFreeBSD-src-3041fc9932912b8cb15b29b7c680fd03f7c85a0a.zip
FreeBSD-src-3041fc9932912b8cb15b29b7c680fd03f7c85a0a.tar.gz
Add ntp_gettime(2) system call.
Reviewed by: imp, phk, njl, peter Approved by: njl
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 0bf169e..fc5396f 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -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); }
OpenPOWER on IntegriCloud