summaryrefslogtreecommitdiff
path: root/bsd-mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-mktemp.c')
-rw-r--r--bsd-mktemp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsd-mktemp.c b/bsd-mktemp.c
index e8ffd0219..9ed1bc80f 100644
--- a/bsd-mktemp.c
+++ b/bsd-mktemp.c
@@ -42,6 +42,11 @@
42static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp $"; 42static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp $";
43#endif /* LIBC_SCCS and not lint */ 43#endif /* LIBC_SCCS and not lint */
44 44
45#ifdef HAVE_CYGWIN
46#define open binary_open
47extern int binary_open();
48#endif
49
45static int _gettemp(char *, int *, int, int); 50static int _gettemp(char *, int *, int, int);
46 51
47int 52int