This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]


This has broken the build for Hurd:

res_enable_icmp.c: In function '__res_enable_icmp':
res_enable_icmp.c:30:38: error: 'IP_RECVERR' undeclared (first use in this function); did you mean 'IPV6_RECVERR'?

No idea why the generic bits/in.h as used for Hurd defines IPV6_RECVERR 
but not IP_RECVERR, or what Hurd actually implements in this regard.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]