Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/aout Added lchflags and issetugid



details:   https://anonhg.NetBSD.org/src/rev/005b322a7271
branches:  trunk
changeset: 485763:005b322a7271
user:      kristerw <kristerw%NetBSD.org@localhost>
date:      Thu May 04 21:52:32 2000 +0000

description:
Added lchflags and issetugid

diffstat:

 sys/compat/aout/syscalls.master |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 6155b44036f4 -r 005b322a7271 sys/compat/aout/syscalls.master
--- a/sys/compat/aout/syscalls.master   Thu May 04 21:19:12 2000 +0000
+++ b/sys/compat/aout/syscalls.master   Thu May 04 21:52:32 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.8 2000/01/31 15:53:01 christos Exp $
+       $NetBSD: syscalls.master,v 1.9 2000/05/04 21:52:32 kristerw Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -610,3 +610,5 @@
 #else
 303    EXCL            __shmctl13
 #endif
+304    NOARGS          { int sys_lchflags(const char *path, u_long flags); }
+305    NOARGS          { int sys_issetugid(void); }



Home | Main Index | Thread Index | Old Index