From d17842e0901fa01314b2139381f41f7c7d8f016a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 25 May 1997 02:40:25 +0000 Subject: [PATCH] +mkstemp git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1766 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 4 ++++ lib/roken/roken.h.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index d7a501247..12b58879c 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -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 diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index d7a501247..12b58879c 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -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