Re: [Openvpn-devel] [PATCH] move variable declaration to top of function

2012-02-17 Thread Gert Doering
Hi, On Fri, Feb 17, 2012 at 09:39:35AM +0100, Heiko Hund wrote: > MSVC chokes on this as it's not according to C89. > > Signed-off-by: Heiko Hund > --- > buffer.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/buffer.c b/buffer.c > index 6800e6e..391085b 100644

Re: [Openvpn-devel] [PATCH] move variable declaration to top of function

2012-02-17 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/02/12 09:39, Heiko Hund wrote: > MSVC chokes on this as it's not according to C89. > > Signed-off-by: Heiko Hund --- buffer.c |2 > +- 1 files changed, 1 insertions(+), 1 deletions(-) ACK! Applied to master on -testing and stable trees. c

[Openvpn-devel] [PATCH] move variable declaration to top of function

2012-02-17 Thread Heiko Hund
MSVC chokes on this as it's not according to C89. Signed-off-by: Heiko Hund --- buffer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/buffer.c b/buffer.c index 6800e6e..391085b 100644 --- a/buffer.c +++ b/buffer.c @@ -321,9 +321,9 @@ gc_malloc (size_t size, bool clea