Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-20 Thread Johan Ström
On 16/03/16 21:02, Arnout Vandecappelle wrote: > > On 03/16/16 00:00, Arnout Vandecappelle wrote: >> >> On 03/15/16 04:30, Matthias Urlichs wrote: >>> On 10.03.2016 09:38, Arnout Vandecappelle wrote: Unless of course we decide that a system-supplied getaddrinfo (and inet_ntop)

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-19 Thread Gregg Levine
Hello! Can you compress the patch? Either use Bzip2 or even ordinary Zip? Or even our old friend Gzip. There's a peculiar 40K limit on attaching files to this list. Oh and how big was it originally? - Gregg C Levine gregg.drw...@gmail.com "This signature fought the Time Wars, time and again."

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-19 Thread Arnout Vandecappelle
On 03/16/16 00:00, Arnout Vandecappelle wrote: > > > On 03/15/16 04:30, Matthias Urlichs wrote: >> On 10.03.2016 09:38, Arnout Vandecappelle wrote: >>> Unless of course we decide that a system-supplied getaddrinfo (and >>> inet_ntop) >>> is required, and remove the compat stuff completely. I

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-19 Thread fli4l
Hello,you can look a the following link by buildroot, where the packed owfs is now also includefor an build with it. There is the patch already active:https://git.busybox.net/buildroot/tree/package/owfs/0002-compat.h-only-include-compat_netdb.h-if-needed.patchBest regards,Roland Gregg Levine hat

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-18 Thread Johan Ström
On 17/03/16 07:46, fl...@franke-prem.de wrote: Hello, you can look a the following link by buildroot, where the packed owfs is now also include for an build with it. There is the patch already active: https://git.busybox.net/buildroot/tree/package/owfs/0002-compat.h-only-include-compat_netdb

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-15 Thread Arnout Vandecappelle
On 03/15/16 04:30, Matthias Urlichs wrote: > On 10.03.2016 09:38, Arnout Vandecappelle wrote: >>Unless of course we decide that a system-supplied getaddrinfo (and >> inet_ntop) >> is required, and remove the compat stuff completely. If that is preferred, I >> can >> make a patch for it. > >

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-14 Thread Matthias Urlichs
On 10.03.2016 09:38, Arnout Vandecappelle wrote: > Unless of course we decide that a system-supplied getaddrinfo (and > inet_ntop) > is required, and remove the compat stuff completely. If that is preferred, I > can > make a patch for it. I would think that any system you would want to run O

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-10 Thread Arnout Vandecappelle
On 03/10/16 02:29, Jan Kandziora wrote: > Am 09.03.2016 um 23:39 schrieb Arnout Vandecappelle (Essensium/Mind): >> compat_netdb.h is added for only one reason: to provide the definitions >> for getaddrinfo, in case it is not provided by the system. >> compat_netdb.h is just a copy from an old glibc

Re: [Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-09 Thread Jan Kandziora
Am 09.03.2016 um 23:39 schrieb Arnout Vandecappelle (Essensium/Mind): > compat_netdb.h is added for only one reason: to provide the definitions > for getaddrinfo, in case it is not provided by the system. > compat_netdb.h is just a copy from an old glibc version, but that makes > it incompatible wi

[Owfs-developers] [PATCH] compat.h: only include compat_netdb.h if needed

2016-03-09 Thread Arnout Vandecappelle (Essensium/Mind)
compat_netdb.h is added for only one reason: to provide the definitions for getaddrinfo, in case it is not provided by the system. compat_netdb.h is just a copy from an old glibc version, but that makes it incompatible with other standard C libraries. For example, uClibc without RPC support doesn't