diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-04-05 10:53:30 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-04-05 10:53:30 +1100 |
commit | 2fefe034731c1a08b9a6b4106df200ad0f0d1ba7 (patch) | |
tree | 2bba76dd46776f75382a7e5c7ee61f321472ef4b | |
parent | c9627cdbc65b25da943f24e6a953da899f08eefc (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-- | ChangeLog | 6 | ||||
-rw-r--r-- | openbsd-compat/bsd-cygwin_util.h | 2 |
2 files changed, 1 insertions, 7 deletions
@@ -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 | ||
6 | 20120323 | ||
7 | - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. | ||
8 | |||
9 | 20120322 | 6 | 20120322 |
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 | ||
17 | 20120318 | 11 | 20120318 |
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> |