glibc/inet
Joseph Myers acd7f096d7 Complete _BSD_SOURCE / _SVID_source followup cleanup.
This patch completes the headers cleanup consequent on removal of
_BSD_SOURCE and _SVID_SOURCE (apart from any subsequent deprecations):

* #endif conditionals that referred to BSD or SVID are updated.

* Redundant __USE_* tests in cases involving __USE_MISC are removed.
  This includes cases such as __USE_MISC || __USE_ISOC99, where
  __USE_MISC is redundant (because __USE_MISC is only ever defined in
  the default / _DEFAULT_SOURCE / _GNU_SOURCE case, when __USE_ISOC99
  is also defined; the same applies to the non-XSI-extended POSIX
  versions), and cases involving __USE_GNU, where __USE_GNU is
  redundant (because if __USE_GNU is defined, so are the other __USE_*
  macros).  There may well be other cases of __USE_FOO || __USE_BAR
  tests that could be simplified because one macro implies the other;
  this patch only addresses cases involving __USE_MISC.

Tested x86_64.

	* bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
	* bits/sigaction.h [__USE_MISC]: Likewise.
	* bits/waitstatus.h: Update #endif comments.
	* ctype/ctype.h: Likewise.
	* dirent/dirent.h: Likewise.
	[__USE_MISC]: Remove redundant conditionals.
	* grp/grp.h: Update #endif comments.
	[__USE_GNU]: Remove redundant conditionals.
	[__USE_MISC]: Likewise.
	* inet/netinet/in.h [__USE_GNU]: Likewise.
	* io/sys/stat.h [__USE_MISC]: Likewise.
	* libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
	* libio/bits/stdio.h: Update #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* libio/bits/stdio2.h [__USE_MISC]: Likewise.
	* libio/stdio.h: Update #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* math/bits/math-finite.h [__USE_MISC]: Likewise.
	* math/bits/mathcalls.h [__USE_MISC]: Likewise.
	* math/math.h: Update #else and #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* misc/sys/uio.h: Update #endif comments.
	* posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
	* posix/glob.h [__USE_MISC]: Likewise.
	* posix/sys/types.h: Update #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* posix/sys/wait.h: Update #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* posix/unistd.h: Update #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* pwd/pwd.h [__USE_GNU]: Likewise.
	[__USE_MISC]: Likewise.
	* resolv/netdb.h [__USE_GNU]: Likewise.
	* signal/signal.h: Update #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* stdlib/stdlib.h: Update #else and #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	[__USE_GNU]: Likewise.
	* string/bits/string2.h [__USE_MISC]: Likewise.
	* string/string.h: Update #endif comments.
	[__USE_MISC]: Remove redundant conditionals.
	* sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
	Likewise.
	* sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
	* sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
	comments.
	[__USE_MISC]: Remove redundant conditionals.
	* sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
	* sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
	* sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
	* sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
	Likewise.
	* sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
	* sysdeps/x86/bits/string.h: Update #endif comments.
	* sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
	conditionals.
	* time/sys/time.h: Update #endif comments.
	* time/time.h: Likewise.
	[__USE_MISC]: Remove redundant conditionals.
2014-02-21 21:45:26 +00:00
..
arpa Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netinet Complete _BSD_SOURCE / _SVID_source followup cleanup. 2014-02-21 21:45:26 +00:00
protocols Don't use removed rpc headers 2011-05-05 07:36:40 -04:00
aliases.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bug-if1.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
check_native.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
check_pf.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_aton.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_aton_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_hton.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_line.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_ntoa.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_ntoa_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_ntoh.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasname_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbyad.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbyad_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm2_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getipv4sourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnameinfo.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
getnetbyad.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetbyad_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetbynm.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetbynm_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetgrent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetgrent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getproto.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getproto_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtname_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbyname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbyname_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbynumber.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbynumber_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getservent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getservent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbynm.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbynm_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbypt.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbypt_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
herrno-loc.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
herrno.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
htonl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
htons.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
htontest.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
if_index.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ifaddrs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ifaddrs.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ifreq.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
in6_addr.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet6_opt.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet6_option.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
inet6_rth.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet_lnaof.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
inet_mkadr.c Update. 2003-08-27 20:57:30 +00:00
inet_net.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet_netof.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
inet_ntoa.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
Makefile Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netgroup.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
rcmd.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
rexec.c * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline 2009-04-26 20:12:37 +00:00
ruserpass.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
setipv4sourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setsourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-ifaddrs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-inet6_opt.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
test_ifindex.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-checks.c Fix more warnings 2011-12-03 21:49:35 -05:00
tst-ether_aton.c Update. 2002-05-24 08:49:00 +00:00
tst-ether_line.c [BZ #5441, BZ #5452, BZ #5454] 2007-12-07 16:50:11 +00:00
tst-gethnm.c Include string.h to provide prototype for strcmp. 2000-08-19 18:04:56 +00:00
tst-getni1.c Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
tst-getni2.c Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
tst-inet6_rth.c Fix a strict-alias warning in tst-inet6_rth. 2012-11-29 13:35:14 -08:00
tst-network.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-ntoa.c
Versions [BZ #2693] 2006-05-25 04:50:06 +00:00