Module Name:    src
Committed By:   pgoyette
Date:           Wed Sep 12 00:20:53 UTC 2018

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

Log Message:
The netbsd32 40 mount code belongs in a netbsd32 40 module


To generate a diff of this commit:
cvs rdiff -u -r1.120.2.11 -r1.120.2.12 \
    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.11 src/sys/compat/netbsd32/syscalls.master:1.120.2.12
--- src/sys/compat/netbsd32/syscalls.master:1.120.2.11	Tue Sep 11 23:58:46 2018
+++ src/sys/compat/netbsd32/syscalls.master	Wed Sep 12 00:20:53 2018
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.120.2.11 2018/09/11 23:58:46 pgoyette Exp $
+	$NetBSD: syscalls.master,v 1.120.2.12 2018/09/12 00:20:53 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
@@ -96,7 +96,8 @@
 			{ netbsd32_long|netbsd32||olseek(int fd, \
 			    netbsd32_long offset, int whence); }
 20	NOARGS 		{ pid_t|sys||getpid(void); }
-21	STD		{ int|netbsd32||mount(netbsd32_charp type, \
+21	COMPAT_40 MODULAR compat_netbsd32_40	\
+			{ int|netbsd32||mount(netbsd32_charp type, \
 			    netbsd32_charp path, int flags, \
 			    netbsd32_voidp data); }
 22	STD		{ int|netbsd32||unmount(netbsd32_charp path, \

Reply via email to