Module Name:    src
Committed By:   pgoyette
Date:           Fri Sep 14 10:41:13 UTC 2018

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

Log Message:
Add MODULAR attribute to sigreturn.  I think this is the last one.


To generate a diff of this commit:
cvs rdiff -u -r1.120.2.16 -r1.120.2.17 \
    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.16 src/sys/compat/netbsd32/syscalls.master:1.120.2.17
--- src/sys/compat/netbsd32/syscalls.master:1.120.2.16	Fri Sep 14 01:20:52 2018
+++ src/sys/compat/netbsd32/syscalls.master	Fri Sep 14 10:41:13 2018
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.120.2.16 2018/09/14 01:20:52 pgoyette Exp $
+	$NetBSD: syscalls.master,v 1.120.2.17 2018/09/14 10:41:13 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
@@ -259,7 +259,8 @@
 102	COMPAT_43 MODULAR compat_netbsd32_43	\
 			{ int|netbsd32||orecv(int s, netbsd32_voidp buf, \
 			    int len, int flags); }
-103	COMPAT_13	{ int|netbsd32||sigreturn( \
+103	COMPAT_13 MODULAR compat_netbsd32_13	\
+			{ int|netbsd32||sigreturn( \
 			    netbsd32_sigcontextp_t sigcntxp); } sigreturn13
 104	STD		{ int|netbsd32||bind(int s, netbsd32_sockaddrp_t name, \
 			    int namelen); }

Reply via email to