mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Added forgotten declaration of mkdtemp().
This commit is contained in:
parent
4a9d3efb86
commit
642a4fdc7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34521
@ -140,6 +140,7 @@ int initgroups __P((const char *, int));
|
||||
int iruserok __P((unsigned long, int, const char *, const char *));
|
||||
int issetugid __P((void));
|
||||
int lchown __P((const char *, uid_t, gid_t));
|
||||
char *mkdtemp __P((char *));
|
||||
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