mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
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:
parent
66b7e31706
commit
99909befb6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6490
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user