Re: [Openvpn-devel] [PATCH 09/52] cleanup: memcmp.c: remove unused source

2012-03-06 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/03/12 12:13, Alon Bar-Lev wrote: > Not exactly. This file is needed for VERY old libc implementations. I > don't think these exists anymore in supported configurations. If we > find memcmp() is missing, we add it properly to compat. Agreed, and

Re: [Openvpn-devel] [PATCH 09/52] cleanup: memcmp.c: remove unused source

2012-03-06 Thread Alon Bar-Lev
Not exactly. This file is needed for VERY old libc implementations. I don't think these exists anymore in supported configurations. If we find memcmp() is missing, we add it properly to compat. 2012/3/6 Samuli Seppänen : > >> Signed-off-by: Alon Bar-Lev >> --- >>  configure.ac |    3 --- >>  memc

Re: [Openvpn-devel] [PATCH 09/52] cleanup: memcmp.c: remove unused source

2012-03-06 Thread Samuli Seppänen
> Signed-off-by: Alon Bar-Lev > --- > configure.ac |3 --- > memcmp.c | 43 --- > 2 files changed, 0 insertions(+), 46 deletions(-) > delete mode 100644 memcmp.c > > diff --git a/configure.ac b/configure.ac > index 25dcc37..1c4d66c 100644 > ---