This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/no-nested-includes in repository glibc.
from be0889c408 sys/timex.h: don’t include sys/time.h new 828ffb06e8 Minimize includes by networking headers 1/n: resolv, etherne [...] new a028834e23 Minimize includes by networking headers 2/3: ipx, rose, protocols new b3599a0c82 Minimize includes by networking headers 3/3: netinet new bdd7907a7f Don’t include sys/types.h or stdint.h n/n: bits headers
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bits/fcntl.h | 9 ++- bits/sem.h | 7 +- grp/initgroups.c | 1 + include/netinet/ether.h | 1 + include/netinet/ip_icmp.h | 1 + include/netinet/udp.h | 1 + inet/Makefile | 11 ++- inet/htonl.c | 3 +- inet/htons.c | 2 + inet/netinet/icmp6.h | 123 +++++++++++++++-------------- inet/netinet/igmp.h | 9 +-- inet/netinet/ip.h | 40 +++++----- inet/netinet/ip6.h | 86 ++++++++++---------- {sysdeps/gnu => inet}/netinet/ip_icmp.h | 56 ++++++------- {sysdeps/gnu => inet}/netinet/udp.h | 20 ++--- inet/protocols/rwhod.h | 5 +- inet/protocols/talkd.h | 11 ++- inet/protocols/timed.h | 5 +- nscd/initgrcache.c | 2 + nscd/netgroupcache.c | 1 + nss/nss_compat/compat-grp.c | 1 + nss/nss_compat/compat-pwd.c | 1 + nss/nss_compat/compat-spwd.c | 1 + nss/nss_db/db-XXX.c | 1 + resolv/arpa/nameser.h | 34 ++++---- resolv/arpa/nameser_compat.h | 1 + resolv/bits/types/res_state.h | 12 +-- resolv/ns_print.c | 2 + resolv/resolv.h | 13 +-- resolv/tst-ns_name_compress.c | 1 + resolv/tst-res_hnok.c | 1 + resolv/tst-resolv-res_init-skeleton.c | 1 + scripts/check-obsolete-constructs.py | 59 +++++--------- socket/sys/socket.h | 3 + support/resolv_test.c | 1 + sysdeps/generic/netinet/if_ether.h | 6 +- sysdeps/gnu/Makefile | 5 -- sysdeps/gnu/bits/sem.h | 7 +- sysdeps/mach/hurd/bits/fcntl.h | 11 +-- sysdeps/mach/hurd/bits/socket.h | 2 +- sysdeps/mach/hurd/net/ethernet.h | 12 ++- sysdeps/mach/hurd/net/if_arp.h | 5 +- sysdeps/mach/hurd/net/route.h | 3 +- sysdeps/unix/sysv/linux/bits/sem.h | 7 +- sysdeps/unix/sysv/linux/bits/socket.h | 8 +- sysdeps/unix/sysv/linux/ia64/bits/ipc.h | 2 +- sysdeps/unix/sysv/linux/net/ethernet.h | 12 +-- sysdeps/unix/sysv/linux/net/if_arp.h | 5 +- sysdeps/unix/sysv/linux/net/if_ppp.h | 10 +-- sysdeps/unix/sysv/linux/net/if_shaper.h | 8 +- sysdeps/unix/sysv/linux/net/route.h | 2 +- sysdeps/unix/sysv/linux/netatalk/at.h | 39 ++++++++- sysdeps/unix/sysv/linux/netinet/if_ether.h | 21 +++-- sysdeps/unix/sysv/linux/netinet/if_fddi.h | 14 ++-- sysdeps/unix/sysv/linux/netinet/if_tr.h | 68 ++++++++-------- sysdeps/unix/sysv/linux/netipx/ipx.h | 10 +-- sysdeps/unix/sysv/linux/netrose/rose.h | 2 +- sysvipc/sys/sem.h | 2 + 58 files changed, 423 insertions(+), 364 deletions(-) create mode 100644 include/netinet/ip_icmp.h create mode 100644 include/netinet/udp.h rename {sysdeps/gnu => inet}/netinet/ip_icmp.h (91%) rename {sysdeps/gnu => inet}/netinet/udp.h (91%)