Module Name:    src
Committed By:   pgoyette
Date:           Tue Dec  1 09:10:03 UTC 2015

Modified Files:
        src/sys/compat/netbsd32: syscalls.master

Log Message:
Mark the nfssvc syscall as auto-loadable from the compat_netbsd32_nfssrv
module (to be committed shortly).


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 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.109 src/sys/compat/netbsd32/syscalls.master:1.110
--- src/sys/compat/netbsd32/syscalls.master:1.109	Tue Jun 23 04:44:08 2015
+++ src/sys/compat/netbsd32/syscalls.master	Tue Dec  1 09:10:03 2015
@@ -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); }

Reply via email to