Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/compat/linux/arch/i386 Pull up revision 1.40 (reque...



details:   https://anonhg.NetBSD.org/src/rev/72c1c91f7765
branches:  netbsd-1-4
changeset: 470859:72c1c91f7765
user:      he <he%NetBSD.org@localhost>
date:      Tue Aug 15 21:35:37 2000 +0000

description:
Pull up revision 1.40 (requested by abs):
  Enable basic versions of Linux fsuid calls.

diffstat:

 sys/compat/linux/arch/i386/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 69724007fb80 -r 72c1c91f7765 sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master        Tue Aug 15 21:33:15 2000 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master        Tue Aug 15 21:35:37 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.32.2.1 2000/01/31 19:15:07 he Exp $
+       $NetBSD: syscalls.master,v 1.32.2.2 2000/08/15 21:35:37 he Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -226,8 +226,8 @@
 135    UNIMPL          sysfs
 136    STD             { int linux_sys_personality(int per); }
 137    UNIMPL          afs_syscall
-138    UNIMPL          setfsuid
-139    UNIMPL          getfsuid
+138    STD             { int linux_sys_setfsuid(uid_t uid); }
+139    NOARGS          { int linux_sys_getfsuid(void); }
 140    STD             { int linux_sys_llseek(int fd, u_int32_t ohigh, \
                            u_int32_t olow, caddr_t res, int whence); }
 141    STD             { int linux_sys_getdents(int fd, \



Home | Main Index | Thread Index | Old Index