[Openvpn-devel] [PATCH] convert struct signal_info element

2014-01-17 Thread Heiko Hund
This one place was forgotten when the elements type was changed from bool to int in the dual stack patch 23d61c56. Signed-off-by: Heiko Hund --- src/openvpn/win32.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/openvpn/win32.c b/src/openvpn/win32.c index f35c96b..

[Openvpn-devel] [PATCH] make sure sa_family_t is defined

2014-01-17 Thread Heiko Hund
On Windows there's no sa_family_t. This patch defines it in syshead.h is configure did not find it in the system headers. Signed-off-by: Heiko Hund --- configure.ac |6 ++ src/openvpn/syshead.h |7 +++ 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/confi

Re: [Openvpn-devel] [PATCH] make sure sa_family_t is defined

2014-01-17 Thread Arne Schwabe
Am 17.01.14 16:30, schrieb Heiko Hund: > On Windows there's no sa_family_t. This patch defines it in > syshead.h is configure did not find it in the system headers. ACK. Arne signature.asc Description: OpenPGP digital signature

Re: [Openvpn-devel] [PATCH] convert struct signal_info element

2014-01-17 Thread Arne Schwabe
Am 17.01.14 16:30, schrieb Heiko Hund: > This one place was forgotten when the elements type was changed > from bool to int in the dual stack patch 23d61c56. > ACK Arne signature.asc Description: OpenPGP digital signature

[Openvpn-devel] [PATCH applied] Re: make sure sa_family_t is defined

2014-01-17 Thread Gert Doering
Your patch has been applied to the master branch. I took the liberty to change the descriptive comment to something actually related to sa_family_t :-) commit 87b468d42811f0ca6f046b3a0335811370193514 Author: Heiko Hund List-Post: openvpn-devel@lists.sourceforge.net Date: Fri Jan 17 16:30:37 201

[Openvpn-devel] [PATCH applied] Re: convert struct signal_info element

2014-01-17 Thread Gert Doering
Your patch has been applied to the master branch. commit 9853b14f0934f6e37600b186831fae3d5bad213f Author: Heiko Hund List-Post: openvpn-devel@lists.sourceforge.net Date: Fri Jan 17 16:30:38 2014 +0100 convert struct signal_info element Signed-off-by: Heiko Hund Acked-by: Arne S