mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Declare lchown()..
This commit is contained in:
parent
30493bb81b
commit
61714b4e17
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24444
@ -130,6 +130,7 @@ char *getusershell __P((void));
|
||||
char *getwd __P((char *)); /* obsoleted by getcwd() */
|
||||
int initgroups __P((const char *, int));
|
||||
int iruserok __P((unsigned long, int, const char *, const char *));
|
||||
int lchown __P((const char *, uid_t, gid_t));
|
||||
int mknod __P((const char *, mode_t, dev_t));
|
||||
int mkstemp __P((char *));
|
||||
char *mktemp __P((char *));
|
||||
|
Loading…
Reference in New Issue
Block a user