Re: [Openvpn-devel] [PATCH] Remove compat-stdbool.h.

2016-11-19 Thread Steffan Karger
On 19 Nov 2016 9:13 p.m., "Gert Doering" wrote: > On Sat, Nov 19, 2016 at 04:35:56PM +0100, Arne Schwabe wrote: > > Since we use C99, we are guaranteed to have stdbool.h available > > --- > > src/compat/compat-stdbool.h | 12 > > src/openvpn/syshead.h | 2 +- > > 2 files chang

Re: [Openvpn-devel] [PATCH] Remove compat-stdbool.h.

2016-11-19 Thread Gert Doering
Hi, On Sat, Nov 19, 2016 at 04:35:56PM +0100, Arne Schwabe wrote: > Since we use C99, we are guaranteed to have stdbool.h available > --- > src/compat/compat-stdbool.h | 12 > src/openvpn/syshead.h | 2 +- > 2 files changed, 1 insertion(+), 13 deletions(-) > delete mode 10064