From a361203e5c2854f50ef19a69c37e3cb3ae80e80a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 5 Sep 1998 03:52:00 +0000 Subject: [PATCH] 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-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. --- ChangeLog | 6 ++++++ sysdeps/{unix/sysv/linux => gnu}/netinet/ip_icmp.h | 0 sysdeps/{unix/sysv/linux => gnu}/netinet/tcp.h | 0 sysdeps/{unix/sysv/linux => gnu}/netinet/udp.h | 0 4 files changed, 6 insertions(+) rename sysdeps/{unix/sysv/linux => gnu}/netinet/ip_icmp.h (100%) rename sysdeps/{unix/sysv/linux => gnu}/netinet/tcp.h (100%) rename sysdeps/{unix/sysv/linux => gnu}/netinet/udp.h (100%) 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