From f16ab45fbcb48e5a8e472ac2812ca743c36e793b Mon Sep 17 00:00:00 2001 From: Mark Santcroos Date: Thu, 18 Nov 2004 23:54:26 +0000 Subject: [PATCH] 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179 Reviewed by: imp, phk, njl, peter Approved by: njl --- sys/compat/freebsd32/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 9bce9f0b641..fe1974c694e 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -361,7 +361,7 @@ 245 UNIMPL nosys 246 UNIMPL nosys 247 UNIMPL nosys -248 UNIMPL nosys +248 UNIMPL ntp_gettime 249 UNIMPL nosys ; syscall numbers initially used in OpenBSD 250 MNOPROTO { int minherit(void *addr, size_t len, int inherit); }