diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:05:13 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:05:13 +0000 |
commit | a94d4ad97288861389f58ad11d66acd48eb5a8bc (patch) | |
tree | 1a8d1279cf3993d482acae86bf5328968571d7a2 /sys/compat/osf1 | |
parent | 91b243543ce4ebd56d12488b5366398a37872e95 (diff) |
We can do lchown(2) now.
Diffstat (limited to 'sys/compat/osf1')
-rw-r--r-- | sys/compat/osf1/syscalls.master | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/osf1/syscalls.master b/sys/compat/osf1/syscalls.master index 8997babc6dd..9580b422182 100644 --- a/sys/compat/osf1/syscalls.master +++ b/sys/compat/osf1/syscalls.master @@ -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 ...] @@ -284,7 +284,7 @@ 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 |