about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-23 09:48:32 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-23 09:48:32 +0000
commita42134a70be89e902efa6dfd1484e21aa040acb0 (patch)
tree486ac6cb2a3df7f6dc7f20c417fbd370cf3e09d3 /sysdeps/unix/sysv/linux/Makefile
parent7d6a833849d8e084bbdc534698e214bca056453f (diff)
downloadglibc-a42134a70be89e902efa6dfd1484e21aa040acb0.tar.gz
glibc-a42134a70be89e902efa6dfd1484e21aa040acb0.tar.xz
glibc-a42134a70be89e902efa6dfd1484e21aa040acb0.zip
Update.
1998-11-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/unix/sysv/linux/netinet/ip_fw.h: Removed.  There are too
	many differences between the Linux 2.0 and 2.1 versions of this
	file and it's too difficult to convert all calls.  The file should
	only be needed by the ipfw program which has to take care of the
	correct kernel version and include files.

	* sysdeps/unix/sysv/linux/Dist: Remove netinet/ip_fw.h.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 206bce4787..efd63faf2e 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -80,7 +80,7 @@ sysdep_headers += bits/pthreadtypes.h
 endif
 
 ifeq ($(subdir),inet)
-sysdep_headers += sys/socketvar.h netinet/in_systm.h netinet/ip_fw.h \
+sysdep_headers += sys/socketvar.h netinet/in_systm.h \
 		  netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
 		  netipx/ipx.h netash/ash.h netax25/ax25.h netatalk/at.h \
 		  netrom/netrom.h netpacket/packet.h netrose/rose.h \