]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/mktemp.h
not included in OpenSSH distribution anymore
[gssapi-openssh.git] / openssh / openbsd-compat / mktemp.h
diff --git a/openssh/openbsd-compat/mktemp.h b/openssh/openbsd-compat/mktemp.h
deleted file mode 100644 (file)
index 5851d5b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $Id$ */
-
-#ifndef _BSD_MKTEMP_H
-#define _BSD_MKTEMP_H
-
-#include "config.h"
-#if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)
-int mkstemps(char *path, int slen);
-int mkstemp(char *path);
-char *mkdtemp(char *path);
-#endif /* !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP) */
-
-#endif /* _BSD_MKTEMP_H */
This page took 0.030748 seconds and 4 git commands to generate.