diff options
| author | Mark Santcroos <marks@FreeBSD.org> | 2004-11-18 23:46:14 +0000 |
|---|---|---|
| committer | Mark Santcroos <marks@FreeBSD.org> | 2004-11-18 23:46:14 +0000 |
| commit | 6b270b48250527ba9bb3420f7e97fea48428c3a8 (patch) | |
| tree | dd03247f060cd9e69b5fb2bc980fb040e89cb118 | |
| parent | 932cfd418cf35b6650ce43fa72971b1b0296984b (diff) | |
Notes
| -rw-r--r-- | sys/kern/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 0bf169e5f03c..fc5396fee585 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); } |
