Make the argument list for the (non-Posix) fchown() consistent with

Posix chown(), and also with the man page.

Submitted by: Doug Rabson <dfr@render.com>
This commit is contained in:
Joerg Wunsch 1995-02-16 11:10:24 +00:00
parent 66b7e31706
commit 99909befb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6490

View File

@ -112,7 +112,7 @@ int encrypt __P((char *, int));
void endusershell __P((void));
int exect __P((const char *, char * const *, char * const *));
int fchdir __P((int));
int fchown __P((int, int, int));
int fchown __P((int, uid_t, gid_t));
int fsync __P((int));
int ftruncate __P((int, off_t));
int getdomainname __P((char *, int));