diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-04-26 11:36:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-04-26 11:36:56 +0000 |
commit | bab0a98c67136c978d52ecd7c4bee6a273f85ee1 (patch) | |
tree | d641cea588b3a3e46ab6961db6bd972e0da7af37 /sysdeps/unix/sysv/linux/netinet | |
parent | 758999db4f7c9a10d999bb2523fecb8da2d42ab6 (diff) | |
download | glibc-bab0a98c67136c978d52ecd7c4bee6a273f85ee1.tar glibc-bab0a98c67136c978d52ecd7c4bee6a273f85ee1.tar.gz glibc-bab0a98c67136c978d52ecd7c4bee6a273f85ee1.tar.bz2 glibc-bab0a98c67136c978d52ecd7c4bee6a273f85ee1.zip |
Use <netinet/ip_icmp.h> not <netinet/icmp.h>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/netinet')
-rw-r--r-- | sysdeps/unix/sysv/linux/netinet/ip_fw.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/netinet/ip_fw.h b/sysdeps/unix/sysv/linux/netinet/ip_fw.h index 3887ca8992..8ba10ae196 100644 --- a/sysdeps/unix/sysv/linux/netinet/ip_fw.h +++ b/sysdeps/unix/sysv/linux/netinet/ip_fw.h @@ -41,14 +41,14 @@ * flags and num_*_ports are stored in host byte order (of course). * Port numbers are stored in HOST byte order. */ - + #ifndef _NETINET_FW_H #define _NETINET_FW_H #include <sys/cdefs.h> #include <sys/types.h> -#include <netinet/icmp.h> +#include <netinet/ip_icmp.h> #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/tcp.h> @@ -107,11 +107,11 @@ struct ip_fw { #define IP_FW_F_MASK 0x3FFF /* All possible flag bits mask */ -/* +/* * New IP firewall options for [gs]etsockopt at the RAW IP level. * Unlike BSD Linux inherits IP options so you don't have to use * a raw socket for this. Instead we check rights in the calls. - */ + */ #define IP_FW_BASE_CTL 64 /* base for firewall socket options */ @@ -181,7 +181,7 @@ struct ip_fwpkt */ struct ip_fw_masq; - + __END_DECLS #endif /* _NETINET_IP_FW_H */ |