Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Add __posix_rename as a rump syscall



details:   https://anonhg.NetBSD.org/src/rev/235b023c5398
branches:  trunk
changeset: 807400:235b023c5398
user:      justin <justin%NetBSD.org@localhost>
date:      Wed Apr 08 13:24:25 2015 +0000

description:
Add __posix_rename as a rump syscall

diffstat:

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

diffs (18 lines):

diff -r c52dab818b26 -r 235b023c5398 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Wed Apr 08 13:24:23 2015 +0000
+++ b/sys/kern/syscalls.master  Wed Apr 08 13:24:25 2015 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.272 2015/02/22 00:50:30 christos Exp $
+       $NetBSD: syscalls.master,v 1.273 2015/04/08 13:24:25 justin Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -523,7 +523,7 @@
 267    UNIMPL
 268    UNIMPL
 269    UNIMPL
-270    STD             { int|sys||__posix_rename(const char *from, \
+270    STD      RUMP   { int|sys||__posix_rename(const char *from, \
                            const char *to); }
 271    STD             { int|sys||swapctl(int cmd, void *arg, int misc); }
 272    COMPAT_30 MODULAR { int|sys||getdents(int fd, char *buf, size_t count); }



Home | Main Index | Thread Index | Old Index