From 473167dcc7c38ecfb6e8831d4aaa45bd1f311981 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 4 Apr 1997 20:03:48 +0000 Subject: [PATCH] [$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h. --- sysdeps/unix/sysv/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 7a722c7d164..2827113d68f 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -53,7 +53,7 @@ inhibit-siglist := yes endif ifeq ($(subdir),inet) -sysdep_headers += netinet/in_systm.h netinet/udp.h netinet/icmp.h \ +sysdep_headers += netinet/in_systm.h netinet/udp.h \ netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \ netinet/ip_fw.h netinet/ip_icmp.h sys/socketvar.h endif -- 2.47.2