diff --git a/ChangeLog b/ChangeLog index aa80beadff..f22c7300de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-09-05 Roland McGrath + + * sysdeps/unix/sysv/linux/netinet/ip_icmp.h, + sysdeps/unix/sysv/linux/netinet/tcp.h, + sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet. + 1998-09-04 Roland McGrath * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param. diff --git a/sysdeps/unix/sysv/linux/netinet/ip_icmp.h b/sysdeps/gnu/netinet/ip_icmp.h similarity index 100% rename from sysdeps/unix/sysv/linux/netinet/ip_icmp.h rename to sysdeps/gnu/netinet/ip_icmp.h diff --git a/sysdeps/unix/sysv/linux/netinet/tcp.h b/sysdeps/gnu/netinet/tcp.h similarity index 100% rename from sysdeps/unix/sysv/linux/netinet/tcp.h rename to sysdeps/gnu/netinet/tcp.h diff --git a/sysdeps/unix/sysv/linux/netinet/udp.h b/sysdeps/gnu/netinet/udp.h similarity index 100% rename from sysdeps/unix/sysv/linux/netinet/udp.h rename to sysdeps/gnu/netinet/udp.h