Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 29 04:22:31 UTC 2018

Modified Files:
        src/sys/compat/netbsd32 [pgoyette-compat]: syscalls.master

Log Message:
Only keep the compat syscall entry;  the main entry needs to remain
conditional.


To generate a diff of this commit:
cvs rdiff -u -r1.120.2.18 -r1.120.2.19 \
    src/sys/compat/netbsd32/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/netbsd32/syscalls.master
diff -u src/sys/compat/netbsd32/syscalls.master:1.120.2.18 src/sys/compat/netbsd32/syscalls.master:1.120.2.19
--- src/sys/compat/netbsd32/syscalls.master:1.120.2.18	Sat Sep 29 04:11:06 2018
+++ src/sys/compat/netbsd32/syscalls.master	Sat Sep 29 04:22:31 2018
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.120.2.18 2018/09/29 04:11:06 pgoyette Exp $
+	$NetBSD: syscalls.master,v 1.120.2.19 2018/09/29 04:22:31 pgoyette Exp $
 
 ;	from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
@@ -419,7 +419,11 @@
 175	COMPAT_30 MODULAR compat_netbsd32_30	\
 			{ int|netbsd32||ntp_gettime( \
 			    netbsd32_ntptimeval50p_t ntvp); }
+#if defined(NTP) || !defined(_KERNEL_OPT)
 176	STD		{ int|netbsd32||ntp_adjtime(netbsd32_timexp_t tp); }
+#else
+176	EXCL		ntp_adjtime
+#endif
 177	UNIMPL
 178	UNIMPL
 179	UNIMPL

Reply via email to