]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Add no-op version of __res_enable_icmp [BZ #24047]
authorFlorian Weimer <fweimer@redhat.com>
Wed, 13 Mar 2019 13:58:58 +0000 (14:58 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 13 Mar 2019 13:58:58 +0000 (14:58 +0100)
commit043440e761d395e1f507d9faa6e82b3fe4536c3f
tree59b5b59f2a551e941b437acce501672f77baa0a4
parent29218b265fdbdda394f563aa70566766b125aa3a
hurd: Add no-op version of __res_enable_icmp [BZ #24047]

Mach does not support IP_RECVERR, so replace this function with a
stub in a sysdeps override for Hurd.

This fixes commit 08504de71813ddbd447bfbca4a325cbe8ce8bcda
("resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]").

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
sysdeps/mach/hurd/res_enable_icmp.c [new file with mode: 0644]