summaryrefslogtreecommitdiff
path: root/openbsd-compat/mktemp.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-28 15:46:57 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-28 15:46:57 +1000
commitf0c2aeaf3d5d7279fc0630db2f809cd58a5395b4 (patch)
tree680b56959298425332123caa50be0e86a7de767f /openbsd-compat/mktemp.c
parentb0419f26d0d75cf1d9b56c26142c5eb7956fef63 (diff)
- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
vinschen at redhat.com.
Diffstat (limited to 'openbsd-compat/mktemp.c')
-rw-r--r--openbsd-compat/mktemp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/openbsd-compat/mktemp.c b/openbsd-compat/mktemp.c
index aff8d2005..969f69580 100644
--- a/openbsd-compat/mktemp.c
+++ b/openbsd-compat/mktemp.c
@@ -40,11 +40,6 @@
40static char rcsid[] = "$OpenBSD: mktemp.c,v 1.17 2003/06/02 20:18:37 millert Exp $"; 40static char rcsid[] = "$OpenBSD: mktemp.c,v 1.17 2003/06/02 20:18:37 millert Exp $";
41#endif /* LIBC_SCCS and not lint */ 41#endif /* LIBC_SCCS and not lint */
42 42
43#ifdef HAVE_CYGWIN
44#define open binary_open
45extern int binary_open();
46#endif
47
48static int _gettemp(char *, int *, int, int); 43static int _gettemp(char *, int *, int, int);
49 44
50int 45int