]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove meaningless self-assignment in res_send.c, otherwise clang will
authordim <dim@FreeBSD.org>
Thu, 15 Dec 2011 20:10:12 +0000 (20:10 +0000)
committerdim <dim@FreeBSD.org>
Thu, 15 Dec 2011 20:10:12 +0000 (20:10 +0000)
commiteff6973ad8659f6856d467e550bbf642aac2eaac
treebb4208ef0481c06f5f04d1891e021c9ec97bad2d
parent366d0e5e6bc8a4c9a663a8cfb196b8010dc2f5f6
Remove meaningless self-assignment in res_send.c, otherwise clang will
warn about it.  I guess this was originally done to silence a bogus
warning by an older version of gcc, but I could not reproduce it with
any version of gcc that I have access to.

MFC after: 1 week
lib/libc/resolv/res_send.c