diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-05 00:53:13 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-05 00:53:13 +0000 |
commit | 5c6f154c6db22f2fafc5d4afc4437ca2757cbf78 (patch) | |
tree | 4cb7cd47fe0a081a1d081065f56509d0e1a98e6b /sys/netinet/ip_fil.h | |
parent | c55d56a0850535e259938812f88b4e4b7a269d2f (diff) |
#define ICMP_UNREACH_FILTER -> ICMP_UNREACH_FILTER_PROHIB to match tcpdump/print_icmp.c which had it first
Diffstat (limited to 'sys/netinet/ip_fil.h')
-rw-r--r-- | sys/netinet/ip_fil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_fil.h b/sys/netinet/ip_fil.h index 031eb832254..0c0669649dd 100644 --- a/sys/netinet/ip_fil.h +++ b/sys/netinet/ip_fil.h @@ -6,7 +6,7 @@ * to the original author and the contributors. * * @(#)ip_fil.h 1.35 6/5/96 - * $OpenBSD: ip_fil.h,v 1.6 1996/10/08 07:33:26 niklas Exp $ + * $OpenBSD: ip_fil.h,v 1.7 1997/02/05 00:53:12 kstailey Exp $ */ #ifndef __IP_FIL_H__ @@ -271,8 +271,8 @@ typedef struct ipl_ci { } ipl_ci_t; -#ifndef ICMP_UNREACH_FILTER -#define ICMP_UNREACH_FILTER 13 +#ifndef ICMP_UNREACH_FILTER_PROHIB +#define ICMP_UNREACH_FILTER_PROHIB 13 #endif /* * Security Options for Intenet Protocol (IPSO) as defined in RFC 1108. |