Re: Bug#764692: glibc removed __FAVOR_BSD from features.h

2015-09-06 Thread Steven Chamberlain
block 765468 by 764692 tags 764692 + patch thanks Hi, To recap, glibc-2.19 no longer implements __FAVOR_BSD. Users of netinet/tcp.h may have defined that to request a BSD version of the tcphdr struct. To fix this, we simply need to merge a change from gnu/netinet/tcp.h into our unix/bsd/bsd4.4/

Re: Bug#764692: glibc removed __FAVOR_BSD from features.h

2014-10-12 Thread Steven Chamberlain
On 13/10/14 00:37, Steven Chamberlain wrote: > Would a BSD-style netinet/tcp.h be a good candidate to ship in libbsd-dev? ...and also netinet/udp.h, due to udphdr. More packages (unported yet) that could benefit from BSD struct tcphdr/udphdr definitions are: * ntop * pchar * scamper * rtp

Re: Bug#764692: glibc removed __FAVOR_BSD from features.h

2014-10-12 Thread Steven Chamberlain
Hi Guillem, Would a BSD-style netinet/tcp.h be a good candidate to ship in libbsd-dev? > On 12/10/14 16:45, Steven Chamberlain wrote: >> glibc-provided features.h no longer defines a __FAVOR_BSD macro, so the >> BSD version of struct tcphdr in netinet/tcp.h cannot be used, [...] glibc upstream h

Re: Bug#764692: glibc removed __FAVOR_BSD from features.h (was: usbmuxd: FTBFS on kfreebsd-*)

2014-10-12 Thread Steven Chamberlain
clone 764692 -1 reassign 764692 libc0.1-dev found 764692 glibc/2.19-11 retitle 764692 glibc: removed __FAVOR_BSD from features.h thanks Hi, On 12/10/14 16:45, Steven Chamberlain wrote: > glibc-provided features.h no longer defines a __FAVOR_BSD macro, so the > BSD version of struct tcphdr in neti