From ab93fc5e02b2320e055834aa1a52eb819815ef19 Mon Sep 17 00:00:00 2001 From: kleink Date: Sat, 14 Feb 1998 21:16:35 +0000 Subject: [PATCH] Use sys___posix_fchown() instead of sys_fchown(). --- sys/compat/hpux/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/hpux/syscalls.master b/sys/compat/hpux/syscalls.master index f9a043475701..c3891762f482 100644 --- a/sys/compat/hpux/syscalls.master +++ b/sys/compat/hpux/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.15 1997/10/17 18:39:14 scottr Exp $ + $NetBSD: syscalls.master,v 1.16 1998/02/14 21:16:35 kleink Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -192,7 +192,7 @@ u_int iovcnt); } 122 NOARGS { int sys_settimeofday(struct timeval *tv, \ struct timezone *tzp); } -123 NOARGS { int sys_fchown(int fd, int uid, int gid); } +123 NOARGS { int sys___posix_fchown(int fd, int uid, int gid); } 124 NOARGS { int sys_fchmod(int fd, int mode); } 125 UNIMPL 126 STD { int hpux_sys_setresuid(uid_t r, uid_t e, uid_t s); }