Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Mark the nfssvc syscall as auto-loadable...
details: https://anonhg.NetBSD.org/src/rev/e4fbf4d8a0c7
branches: trunk
changeset: 341969:e4fbf4d8a0c7
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Dec 01 09:10:03 2015 +0000
description:
Mark the nfssvc syscall as auto-loadable from the compat_netbsd32_nfssrv
module (to be committed shortly).
diffstat:
sys/compat/netbsd32/syscalls.master | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diffs (31 lines):
diff -r a2d3e5486207 -r e4fbf4d8a0c7 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master Tue Dec 01 09:05:33 2015 +0000
+++ b/sys/compat/netbsd32/syscalls.master Tue Dec 01 09:10:03 2015 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.109 2015/06/23 04:44:08 dholland Exp $
+ $NetBSD: syscalls.master,v 1.110 2015/12/01 09:10:03 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
@@ -38,7 +38,6 @@
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
-#include "opt_nfsserver.h"
#include "opt_ntp.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
@@ -318,11 +317,8 @@
152 UNIMPL
153 UNIMPL
154 UNIMPL
-#if defined(NFSSERVER) || !defined(_KERNEL_OPT)
-155 STD { int|netbsd32||nfssvc(int flag, netbsd32_voidp argp); }
-#else
-155 EXCL netbsd32_nfssvc
-#endif
+155 STD MODULAR compat_netbsd32_nfssrv \
+ { int|netbsd32||nfssvc(int flag, netbsd32_voidp argp); }
156 COMPAT_43 { int|netbsd32||ogetdirentries(int fd, \
netbsd32_charp buf, u_int count, \
netbsd32_longp basep); }
Home |
Main Index |
Thread Index |
Old Index