Module Name:    src
Committed By:   njoly
Date:           Fri Jun  4 16:32:01 UTC 2010

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

Log Message:
Rumpify pathconf(2)/fpathconf(2)

ok from pooka@


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 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.233 src/sys/kern/syscalls.master:1.234
--- src/sys/kern/syscalls.master:1.233	Wed Apr 21 16:17:04 2010
+++ src/sys/kern/syscalls.master	Fri Jun  4 16:32:00 2010
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.233 2010/04/21 16:17:04 pooka Exp $
+	$NetBSD: syscalls.master,v 1.234 2010/06/04 16:32:00 njoly Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -368,8 +368,8 @@
 189	COMPAT_12 MODULAR { int|sys||fstat(int fd, struct stat12 *sb); } fstat12
 190	COMPAT_12 MODULAR { int|sys||lstat(const char *path, \
 			    struct stat12 *ub); } lstat12
-191	STD 		{ long|sys||pathconf(const char *path, int name); }
-192	STD 		{ long|sys||fpathconf(int fd, int name); }
+191	STD 	RUMP	{ long|sys||pathconf(const char *path, int name); }
+192	STD 	RUMP	{ long|sys||fpathconf(int fd, int name); }
 193	UNIMPL
 194	STD 	RUMP	{ int|sys||getrlimit(int which, \
 			    struct rlimit *rlp); }

Reply via email to