From 91b243543ce4ebd56d12488b5366398a37872e95 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 26 Jan 1997 23:02:25 +0000 Subject: We can do lchown(2) now. --- sys/compat/svr4/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/svr4/syscalls.master') 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 -- cgit v1.2.3