+mkstemp
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1766 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -203,6 +203,10 @@ int setegid(int egid);
|
|||||||
int lstat(const char *path, struct stat *buf);
|
int lstat(const char *path, struct stat *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_MKSTEMP
|
||||||
|
int mkstemp(char *);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_INITGROUPS
|
#ifndef HAVE_INITGROUPS
|
||||||
int initgroups(const char *name, gid_t basegid);
|
int initgroups(const char *name, gid_t basegid);
|
||||||
#endif
|
#endif
|
||||||
|
@@ -203,6 +203,10 @@ int setegid(int egid);
|
|||||||
int lstat(const char *path, struct stat *buf);
|
int lstat(const char *path, struct stat *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_MKSTEMP
|
||||||
|
int mkstemp(char *);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_INITGROUPS
|
#ifndef HAVE_INITGROUPS
|
||||||
int initgroups(const char *name, gid_t basegid);
|
int initgroups(const char *name, gid_t basegid);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user