Module Name:    src
Committed By:   pooka
Date:           Thu Nov 26 09:00:45 UTC 2009

Modified Files:
        src/sys/kern: syscalls.master

Log Message:
modctl +RUMP


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/kern/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/kern/syscalls.master
diff -u src/sys/kern/syscalls.master:1.229 src/sys/kern/syscalls.master:1.230
--- src/sys/kern/syscalls.master:1.229	Tue Jul 21 23:59:00 2009
+++ src/sys/kern/syscalls.master	Thu Nov 26 09:00:45 2009
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.229 2009/07/21 23:59:00 pooka Exp $
+	$NetBSD: syscalls.master,v 1.230 2009/11/26 09:00:45 pooka Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -488,7 +488,7 @@
 			    siginfo_t *info, \
 			    struct timespec50 *timeout); }
 245	UNIMPL		sys_sigqueue
-246	STD 	 	{ int|sys||modctl(int cmd, void *arg); }
+246	STD RUMP 	{ int|sys||modctl(int cmd, void *arg); }
 247	STD MODULAR 	{ int|sys||_ksem_init(unsigned int value, intptr_t *idp); }
 248	STD MODULAR 	{ int|sys||_ksem_open(const char *name, int oflag, \
 			    mode_t mode, unsigned int value, intptr_t *idp); }

Reply via email to