diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:02:25 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:02:25 +0000 |
commit | 91b243543ce4ebd56d12488b5366398a37872e95 (patch) | |
tree | 612c6753eeb605044d3a5a5d69b20977273f70ae /sys/compat | |
parent | a9017ccd0b92931d29fc47df676aaae448cc2623 (diff) |
We can do lchown(2) now.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 66dc8ec53db..603e53ccc66 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -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 @@ -221,7 +221,7 @@ 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 |