diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:52:05 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:52:05 +0000 |
commit | 07d86f3f786aca8e72529feaf931052d8078b70e (patch) | |
tree | b1e9dd62cab8b35c6a1ab5b6f60726db2f8cca0f /sys/compat/sunos | |
parent | 14a0328741db3d28f9294971a1dee55b5e721513 (diff) |
Since these are old systems, call lchown() in place of chown().
Diffstat (limited to 'sys/compat/sunos')
-rw-r--r-- | sys/compat/sunos/syscalls.master | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/sunos/syscalls.master b/sys/compat/sunos/syscalls.master index ffcd6589f44..89a4af16df6 100644 --- a/sys/compat/sunos/syscalls.master +++ b/sys/compat/sunos/syscalls.master @@ -1,9 +1,9 @@ - $OpenBSD: syscalls.master,v 1.5 1996/08/25 12:19:58 deraadt Exp $ + $OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:03 downsj Exp $ ; $NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 -; NetBSD COMPAT_SUNOS system call name/number "master" file. +; OpenBSD COMPAT_SUNOS system call name/number "master" file. ; (See syscalls.conf to see what it is processed into.) ; ; Fields: number type [type-dependent ...] @@ -59,7 +59,7 @@ 13 OBSOL time 14 STD { int sunos_sys_mknod(char *path, int mode, int dev); } 15 NOARGS { int sys_chmod(char *path, int mode); } -16 NOARGS { int sys_chown(char *path, int uid, int gid); } +16 NOARGS { int sys_lchown(char *path, int uid, int gid); } 17 NOARGS { int sys_obreak(char *nsize); } break 18 OBSOL stat 19 NOARGS { long compat_43_sys_lseek(int fd, long offset, int whence); } |