git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1766 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-05-25 02:40:25 +00:00
parent 36c0ba1517
commit d17842e090
2 changed files with 8 additions and 0 deletions

View File

@@ -203,6 +203,10 @@ int setegid(int egid);
int lstat(const char *path, struct stat *buf);
#endif
#ifndef HAVE_MKSTEMP
int mkstemp(char *);
#endif
#ifndef HAVE_INITGROUPS
int initgroups(const char *name, gid_t basegid);
#endif

View File

@@ -203,6 +203,10 @@ int setegid(int egid);
int lstat(const char *path, struct stat *buf);
#endif
#ifndef HAVE_MKSTEMP
int mkstemp(char *);
#endif
#ifndef HAVE_INITGROUPS
int initgroups(const char *name, gid_t basegid);
#endif