From: downsj Date: Sun, 26 Jan 1997 23:52:03 +0000 (+0000) Subject: Since these are old systems, call lchown() in place of chown(). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=384a6ffaac60bdad003c16c71793cf60852559a6;p=openbsd Since these are old systems, call lchown() in place of chown(). --- 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); } diff --git a/sys/compat/ultrix/syscalls.master b/sys/compat/ultrix/syscalls.master index acfdc60aea5..d07afb73214 100644 --- a/sys/compat/ultrix/syscalls.master +++ b/sys/compat/ultrix/syscalls.master @@ -1,9 +1,9 @@ - $OpenBSD: syscalls.master,v 1.5 1996/08/25 12:20:00 deraadt Exp $ + $OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:04 downsj Exp $ ; $NetBSD: syscalls.master,v 1.15 1996/01/07 13:38:57 jonathan Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 -; NetBSD COMPAT_ULTRIX system call name/number "master" file. +; OpenBSD COMPAT_ULTRIX system call name/number "master" file. ; (See syscalls.conf to see what it is processed into.) ; ; Fields: number type [type-dependent ...] @@ -56,7 +56,7 @@ 13 OBSOL time 14 STD { int ultrix_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, \