summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-04-05 10:53:30 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-04-05 10:53:30 +1100
commit2fefe034731c1a08b9a6b4106df200ad0f0d1ba7 (patch)
tree2bba76dd46776f75382a7e5c7ee61f321472ef4b
parentc9627cdbc65b25da943f24e6a953da899f08eefc (diff)
- (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
to avoid conflicting definitions of __int64, adding the required bits. Patch from Corinna Vinschen. (pulled from HEAD but kept the ChangeLog date as it was)
-rw-r--r--ChangeLog6
-rw-r--r--openbsd-compat/bsd-cygwin_util.h2
2 files changed, 1 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 9668465b..cd0ab0a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,16 +3,10 @@
to avoid conflicting definitions of __int64, adding the required bits.
Patch from Corinna Vinschen.
-20120323
- - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
-
20120322
- (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
Hands' greatly revised version.
- (djm) Release 6.2p1
- - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype.
- - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before
- defining it again. Prevents warnings if someone, eg, sets it in CFLAGS.
20120318
- (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c]
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h
index 372e4195..6061a6b0 100644
--- a/openbsd-compat/bsd-cygwin_util.h
+++ b/openbsd-compat/bsd-cygwin_util.h
@@ -1,4 +1,4 @@
-/* $Id: bsd-cygwin_util.h,v 1.16 2013/04/01 01:40:49 dtucker Exp $ */
+/* $Id: bsd-cygwin_util.h,v 1.15.4.1 2013/04/04 23:53:31 dtucker Exp $ */
/*
* Copyright (c) 2000, 2001, 2011, 2013 Corinna Vinschen <vinschen@redhat.com>