Re: [Csync2] Patchwork to running on musl libc and some cleanups

2015-10-12 Thread Lars Ellenberg
On Fri, Oct 09, 2015 at 01:22:03PM +0300, Valery Kartel wrote: > I have a strange runtime error on my Alpinelinux box. > While debugging I found that snprintf("%Ld"...) format for (long > long) is invalid. > The correct one is "%lld" > > The first patch fixes this. > > The second patch is a

[Csync2] Patchwork to running on musl libc and some cleanups

2015-10-09 Thread Valery Kartel
I have a strange runtime error on my Alpinelinux box. While debugging I found that snprintf("%Ld"...) format for (long long) is invalid. The correct one is "%lld" The first patch fixes this. The second patch is a cleanup to not compile a 'strlcmp' function if we have system one. The third