Module Name:    src
Committed By:   pooka
Date:           Wed Apr 21 16:17:04 UTC 2010

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

Log Message:
make get/setrlimit as rump-capable


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 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.232 src/sys/kern/syscalls.master:1.233
--- src/sys/kern/syscalls.master:1.232	Tue Mar  2 19:34:26 2010
+++ src/sys/kern/syscalls.master	Wed Apr 21 16:17:04 2010
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.232 2010/03/02 19:34:26 pooka Exp $
+	$NetBSD: syscalls.master,v 1.233 2010/04/21 16:17:04 pooka Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -371,9 +371,9 @@
 191	STD 		{ long|sys||pathconf(const char *path, int name); }
 192	STD 		{ long|sys||fpathconf(int fd, int name); }
 193	UNIMPL
-194	STD 		{ int|sys||getrlimit(int which, \
+194	STD 	RUMP	{ int|sys||getrlimit(int which, \
 			    struct rlimit *rlp); }
-195	STD 		{ int|sys||setrlimit(int which, \
+195	STD 	RUMP	{ int|sys||setrlimit(int which, \
 			    const struct rlimit *rlp); }
 196	COMPAT_12 MODULAR { int|sys||getdirentries(int fd, char *buf, \
 			    u_int count, long *basep); }

Reply via email to