diff --git a/glibc-rh1296031.patch b/glibc-rh1296031.patch index f214ba1..56b1816 100644 --- a/glibc-rh1296031.patch +++ b/glibc-rh1296031.patch @@ -530,7 +530,7 @@ diff -Naur glibc-2.15-a316c1f.orig/resolv/res_send.c glibc-2.15-a316c1f/resolv/r + MSG_TRUNC which is only available on Linux. We + can abstract out the Linux-specific feature in the + future to detect truncation. */ -+ if (__glibc_unlikely (*thisanssizp < *thisresplenp)) { ++ if (__builtin_expect((*thisanssizp < *thisresplenp),0)) { + Dprint(statp->options & RES_DEBUG, + (stdout, ";; response may be truncated (UDP)\n") + );