summaryrefslogtreecommitdiff
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
parentb0419f26d0d75cf1d9b56c26142c5eb7956fef63 (diff)
- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
vinschen at redhat.com.
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/mktemp.c5
2 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bdf55361..f07f81c66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120040828
2 - (dtucker) Remove superfluous Cygwin #ifdef; from vinschen at redhat.com.
3
120040823 420040823
2 - (djm) [ssh-rand-helper.c] Typo. Found by 5 - (djm) [ssh-rand-helper.c] Typo. Found by
3 Martin.Kraemer AT Fujitsu-Siemens.com 6 Martin.Kraemer AT Fujitsu-Siemens.com
@@ -1660,4 +1663,4 @@
1660 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1663 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1661 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1664 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1662 1665
1663$Id: ChangeLog,v 1.3519 2004/08/23 11:53:28 djm Exp $ 1666$Id: ChangeLog,v 1.3520 2004/08/28 05:46:57 dtucker Exp $
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