Re: [ptxdist] [PATCH 1/2] avahi: set FILE_OFFSET_BITS to work with 64 bit inodes

2017-07-24 Thread Bastian Stender
On 07/19/2017 12:19 PM, Uwe Kleine-König wrote: On Wed, Jul 19, 2017 at 11:59:19AM +0200, Bastian Stender wrote: In case of 64 bit inodes calls to 32 bit variants of stat() will cause EOVERFLOW and avahi will terminate with Value too large for defined data type FILE_OFFSET_BITS=64 makes the

Re: [ptxdist] [PATCH 1/2] avahi: set FILE_OFFSET_BITS to work with 64 bit inodes

2017-07-19 Thread Uwe Kleine-König
On Wed, Jul 19, 2017 at 11:59:19AM +0200, Bastian Stender wrote: > In case of 64 bit inodes calls to 32 bit variants of stat() will cause > EOVERFLOW and avahi will terminate with > > Value too large for defined data type > > FILE_OFFSET_BITS=64 makes the code receive 64 bit values. > >

[ptxdist] [PATCH 1/2] avahi: set FILE_OFFSET_BITS to work with 64 bit inodes

2017-07-19 Thread Bastian Stender
In case of 64 bit inodes calls to 32 bit variants of stat() will cause EOVERFLOW and avahi will terminate with Value too large for defined data type FILE_OFFSET_BITS=64 makes the code receive 64 bit values. Signed-off-by: Bastian Stender --- rules/avahi.make | 2 ++ 1