]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/mktemp.c
Import of OpenSSH 4.0p1
[gssapi-openssh.git] / openssh / openbsd-compat / mktemp.c
index aff8d200560aeff1d7d9e739f5668dca64462edf..969f6958064102528236fbe6c3c2bdbc3506a2ae 100644 (file)
 static char rcsid[] = "$OpenBSD: mktemp.c,v 1.17 2003/06/02 20:18:37 millert 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.031328 seconds and 4 git commands to generate.