On Thu, Dec 8, 2011 at 5:24 PM, David Sommerseth <dav...@redhat.com> wrote: > This kicks out the openvpn_basename() function from misc.[ch] and puts > glibc equivalents into compat.[ch]. This is to provide the same > functionality on platforms not having a native basename() function > available. > > In addition this patch adds dirname() which commit 0f2bc0dd92f43c91e > depends. Without dirname(), openvpn won't build in Visual Studio. > > v2: Move all functions from compat.h to compat.c > v3: Use glibc versions of basename() and dirname() instead > > Signed-off-by: David Sommerseth <dav...@redhat.com> > ---
Yes, this is valid compat now :) Alon.