We can do lchown(2) now.
authordownsj <downsj@openbsd.org>
Sun, 26 Jan 1997 23:02:24 +0000 (23:02 +0000)
committerdownsj <downsj@openbsd.org>
Sun, 26 Jan 1997 23:02:24 +0000 (23:02 +0000)
sys/compat/osf1/syscalls.master
sys/compat/svr4/syscalls.master

index 8997bab..9580b42 100644 (file)
@@ -1,9 +1,9 @@
-       $OpenBSD: syscalls.master,v 1.3 1996/08/25 12:19:55 deraadt Exp $
+       $OpenBSD: syscalls.master,v 1.4 1997/01/26 23:05:12 downsj Exp $
 ;      $NetBSD: syscalls.master,v 1.2 1995/10/07 06:27:28 mycroft Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
-; NetBSD COMPAT_OSF1 system call name/number "master" file.
+; OpenBSD COMPAT_OSF1 system call name/number "master" file.
 ; (See syscalls.conf to see what it is processed into.)
 ;
 ; Fields: number type [type-dependent ...]
 205    UNIMPL          semget
 206    UNIMPL          semop
 207    UNIMPL          uname
-208    UNIMPL          lchown
+208    NOARGS          { int sys_lchown(char *path, int uid, int gid); }
 209    UNIMPL          shmat
 210    UNIMPL          shmctl
 211    UNIMPL          shmdt
index 66dc8ec..603e53c 100644 (file)
@@ -1,4 +1,4 @@
-       $OpenBSD: syscalls.master,v 1.9 1997/01/11 17:57:31 mickey Exp $
+       $OpenBSD: syscalls.master,v 1.10 1997/01/26 23:02:24 downsj Exp $
 ;      $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
                            struct ogetrlimit *rlp); }
 129    STD             { int svr4_sys_getrlimit(int which, \
                            struct ogetrlimit *rlp); }
-130    UNIMPL          lchown
+130    NOARGS          { int sys_lchown(char *path, int uid, int gid); }
 131    UNIMPL          memcntl
 132    UNIMPL          getpmsg
 133    UNIMPL          putpmsg