Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.
authorPavel Simerda <psimerda@redhat.com>
Mon, 2 Dec 2013 14:53:13 +0000 (20:23 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 2 Dec 2013 14:53:13 +0000 (20:23 +0530)
commit639a0ef8aba38b3ba1628d539fa95078132bca8a
tree569ddf9679126469829437f3f8c4051b5b5b9f62
parentf524d6a8e41a6baae75bc3b400374fb3367c111a
Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.

Only gaih_inet() and gaih_inet_serv() use a special bit flag denoted
by the GAIH_OKIFUNSPEC macro. Only the return value of
gaih_inet_serv() is actively checked for the bit flag which is
redundant because it just copies the nonzero property of the value
otherwise returned. The return value of gaih_inet() is only checked
for being zero and then the bit flag is filtered out. As the bit flag
is set only for otherwise nonzero return values, it doesn't affect the
zero comparison. GAIH_EAI just an alias to ~GAIH_OKIFUNSPEC.
ChangeLog
sysdeps/posix/getaddrinfo.c