Source-Changes-HG archive

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

[src/trunk]: src/sys/kern pipe +RUMP



details:   https://anonhg.NetBSD.org/src/rev/52759b0c89f0
branches:  trunk
changeset: 749325:52759b0c89f0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 26 17:20:20 2009 +0000

description:
pipe +RUMP

diffstat:

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

diffs (18 lines):

diff -r 321a367e9d42 -r 52759b0c89f0 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Thu Nov 26 17:19:54 2009 +0000
+++ b/sys/kern/syscalls.master  Thu Nov 26 17:20:20 2009 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.230 2009/11/26 09:00:45 pooka Exp $
+       $NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -125,7 +125,7 @@
 40     COMPAT_43 MODULAR { int|sys||lstat(const char *path, \
                            struct stat43 *ub); } lstat43
 41     STD     RUMP    { int|sys||dup(int fd); }
-42     STD             { int|sys||pipe(void); }
+42     STD     RUMP    { int|sys||pipe(void); }
 43     STD             { gid_t|sys||getegid(void); }
 44     STD             { int|sys||profil(char *samples, size_t size, \
                            u_long offset, u_int scale); }



Home | Main Index | Thread Index | Old Index