From: drepper Date: Mon, 16 Nov 1998 18:41:10 +0000 (+0000) Subject: Correct naming of constants. X-Git-Tag: libc-2_0_103~82 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=508669ab5cfe65c6b8110929de5912d52cd8f405 Correct naming of constants. --- diff --git a/inet/netinet/icmp6.h b/inet/netinet/icmp6.h index 38c1bc19dd..5a38639539 100644 --- a/inet/netinet/icmp6.h +++ b/inet/netinet/icmp6.h @@ -24,12 +24,12 @@ #include #include -#define ICMPV6_FILTER 1 +#define ICMP6_FILTER 1 -#define ICMPV6_FILTER_BLOCK 1 -#define ICMPV6_FILTER_PASS 2 -#define ICMPV6_FILTER_BLOCKOTHERS 3 -#define ICMPV6_FILTER_PASSONLY 4 +#define ICMP6_FILTER_BLOCK 1 +#define ICMP6_FILTER_PASS 2 +#define ICMP6_FILTER_BLOCKOTHERS 3 +#define ICMP6_FILTER_PASSONLY 4 struct icmp6_filter {