Module Name:    src
Committed By:   pooka
Date:           Thu Nov 26 17:20:20 UTC 2009

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

Log Message:
pipe +RUMP


To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 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.230 src/sys/kern/syscalls.master:1.231
--- src/sys/kern/syscalls.master:1.230	Thu Nov 26 09:00:45 2009
+++ src/sys/kern/syscalls.master	Thu Nov 26 17:20:20 2009
@@ -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); }

Reply via email to