Declare lchown()..

This commit is contained in:
Peter Wemm 1997-03-31 12:52:52 +00:00
parent 30493bb81b
commit 61714b4e17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24444

View File

@ -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 *));