From: Ulrich Drepper Date: Fri, 4 Apr 1997 20:03:48 +0000 (+0000) Subject: [$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h. X-Git-Tag: cvs/libc20x-ud-970404~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=473167dcc7c38ecfb6e8831d4aaa45bd1f311981;p=thirdparty%2Fglibc.git [$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h. --- 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