projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3966554
)
Correct naming of constants.
author
drepper
<drepper>
Mon, 16 Nov 1998 18:41:10 +0000
(18:41 +0000)
committer
drepper
<drepper>
Mon, 16 Nov 1998 18:41:10 +0000
(18:41 +0000)
inet/netinet/icmp6.h
patch
|
blob
|
history
diff --git
a/inet/netinet/icmp6.h
b/inet/netinet/icmp6.h
index
38c1bc1
..
5a38639
100644
(file)
--- a/
inet/netinet/icmp6.h
+++ b/
inet/netinet/icmp6.h
@@
-24,12
+24,12
@@
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <netinet/in.h>
-#define ICMP
V
6_FILTER 1
+#define ICMP6_FILTER 1
-#define ICMP
V6_FILTER_BLOCK
1
-#define ICMP
V6_FILTER_PASS
2
-#define ICMP
V6_FILTER_BLOCKOTHERS
3
-#define ICMP
V6_FILTER_PASSONLY
4
+#define ICMP
6_FILTER_BLOCK
1
+#define ICMP
6_FILTER_PASS
2
+#define ICMP
6_FILTER_BLOCKOTHERS
3
+#define ICMP
6_FILTER_PASSONLY
4
struct icmp6_filter
{
struct icmp6_filter
{