Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/compat/netbsd32 Only keep the compat syscall e...



details:   https://anonhg.NetBSD.org/src/rev/7f432bf7b6a1
branches:  pgoyette-compat
changeset: 830822:7f432bf7b6a1
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 29 04:22:31 2018 +0000

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

diffstat:

 sys/compat/netbsd32/syscalls.master |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 04936c593c09 -r 7f432bf7b6a1 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Sat Sep 29 04:11:45 2018 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Sat Sep 29 04:22:31 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index