summaryrefslogtreecommitdiff
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 9668465b5..cd0ab0a67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,16 +3,10 @@
3 to avoid conflicting definitions of __int64, adding the required bits. 3 to avoid conflicting definitions of __int64, adding the required bits.
4 Patch from Corinna Vinschen. 4 Patch from Corinna Vinschen.
5 5
620120323
7 - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
8
920120322 620120322
10 - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil 7 - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
11 Hands' greatly revised version. 8 Hands' greatly revised version.
12 - (djm) Release 6.2p1 9 - (djm) Release 6.2p1
13 - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype.
14 - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before
15 defining it again. Prevents warnings if someone, eg, sets it in CFLAGS.
16 10
1720120318 1120120318
18 - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] 12 - (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 372e41955..6061a6b01 100644
--- a/openbsd-compat/bsd-cygwin_util.h
+++ b/openbsd-compat/bsd-cygwin_util.h
@@ -1,4 +1,4 @@
1/* $Id: bsd-cygwin_util.h,v 1.16 2013/04/01 01:40:49 dtucker Exp $ */ 1/* $Id: bsd-cygwin_util.h,v 1.15.4.1 2013/04/04 23:53:31 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001, 2011, 2013 Corinna Vinschen <vinschen@redhat.com> 4 * Copyright (c) 2000, 2001, 2011, 2013 Corinna Vinschen <vinschen@redhat.com>