Module Name:    src
Committed By:   njoly
Date:           Thu May 15 09:54:06 UTC 2014

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

Log Message:
Fix setcontext signature, which has a single argument not three.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 src/sys/compat/netbsd32/syscalls.master:1.100
--- src/sys/compat/netbsd32/syscalls.master:1.99	Wed Apr 30 17:23:45 2014
+++ src/sys/compat/netbsd32/syscalls.master	Thu May 15 09:54:06 2014
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp $
+	$NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp $
 
 ;	from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
@@ -630,8 +630,7 @@
 306	STD		{ int|netbsd32||utrace(netbsd32_charp label, \
 			    netbsd32_voidp addr, netbsd32_size_t len); }
 307	STD		{ int|netbsd32||getcontext(netbsd32_ucontextp ucp); }
-308	STD		{ int|netbsd32||setcontext(netbsd32_ucontextp ucp, \
-			    uint32_t flags, netbsd32_lwpidp new_lwp); }
+308	STD		{ int|netbsd32||setcontext(netbsd32_ucontextp ucp); }
 309	STD		{ int|netbsd32||_lwp_create(netbsd32_ucontextp ucp, \
 			    netbsd32_u_long flags, netbsd32_lwpidp new_lwp); }
 310	NOARGS		{ int|sys||_lwp_exit(void); }

Reply via email to