- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
vinschen at redhat.com.
This commit is contained in:
parent
b0419f26d0
commit
f0c2aeaf3d
|
@ -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 $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue