]> andersk Git - openssh.git/blobdiff - bsd-mktemp.c
- (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
[openssh.git] / bsd-mktemp.c
index e8ffd02195bab8398d7dc9a03d75a9096d8ef3e6..9ed1bc80f4eae35d7f50066368d9d3b5a80dff77 100644 (file)
 static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp $";
 #endif /* LIBC_SCCS and not lint */
 
+#ifdef HAVE_CYGWIN
+#define open binary_open
+extern int binary_open();
+#endif
+
 static int _gettemp(char *, int *, int, int);
 
 int
This page took 0.464941 seconds and 4 git commands to generate.