diff --git a/ChangeLog b/ChangeLog index 9bdf55361..f07f81c66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20040828 + - (dtucker) Remove superfluous Cygwin #ifdef; from vinschen at redhat.com. + 20040823 - (djm) [ssh-rand-helper.c] Typo. Found by Martin.Kraemer AT Fujitsu-Siemens.com @@ -1660,4 +1663,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3519 2004/08/23 11:53:28 djm Exp $ +$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 @@ 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