Re: [sane-devel] [PATCH] Fix compilation of saned.c under OS X

2016-06-24 Thread Yurii Kolesnykov
Thanks, Olaf. After this commit master is compiling without issues on OSX. Any plans about next release? It will very good to get rid off my ugly patches from brew formula. Here is my PR for bump to 1.0.25: https://github.com/Homebrew/homebrew-core/pull/2377 Please send me email before release

Re: [sane-devel] [PATCH] Fix compilation of saned.c under OS X

2016-06-24 Thread Olaf Meeuwissen
Yurii Kolesnykov writes: > --- > frontend/saned.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/frontend/saned.c b/frontend/saned.c > index 3506eb3..5b28be4 100644 > --- a/frontend/saned.c > +++ b/frontend/saned.c > @@ -792,7 +792,7 @@ check_host (int fd) > #ifdef

[sane-devel] [PATCH] Fix compilation of saned.c under OS X

2016-06-24 Thread Yurii Kolesnykov
--- frontend/saned.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/saned.c b/frontend/saned.c index 3506eb3..5b28be4 100644 --- a/frontend/saned.c +++ b/frontend/saned.c @@ -792,7 +792,7 @@ check_host (int fd) #ifdef ENABLE_IPV6 sin6 = _address.sin6; - if