Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Rumpify pathconf(2)/fpathconf(2)



details:   https://anonhg.NetBSD.org/src/rev/bc300483ba9e
branches:  trunk
changeset: 755405:bc300483ba9e
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Jun 04 16:32:00 2010 +0000

description:
Rumpify pathconf(2)/fpathconf(2)

ok from pooka@

diffstat:

 sys/kern/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 781caeec8d79 -r bc300483ba9e sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Fri Jun 04 15:11:31 2010 +0000
+++ b/sys/kern/syscalls.master  Fri Jun 04 16:32:00 2010 +0000
@@ -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); }



Home | Main Index | Thread Index | Old Index