about summary refs log tree commit diff
path: root/FAQ.in
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 /FAQ.in
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 'FAQ.in')
-rw-r--r--FAQ.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/FAQ.in b/FAQ.in
index f80342bbe2..c15611d672 100644
--- a/FAQ.in
+++ b/FAQ.in
@@ -1094,6 +1094,14 @@ versions defined this but it was an error since it does not make much sense
 when thinking about it.  The standards describing the System V IPC functions
 define it this way and therefore programs must be adopted.
 
+??	Why has <netinet/ip_fw.h> disappeared?
+
+{AJ} The corresponding Linux kernel data structures and constants are
+totally different in Linux 2.0 and Linux 2.1.  This situation has to be
+taken care in user programs using the firewall structures and therefore
+those programs (ipfw is AFAIK the only one) should deal with this problem
+themselves.
+
 
 ? Miscellaneous