summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2009-12-22 19:01:47 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2009-12-22 19:01:47 +0000
commitde240d1013a0f2cbc167b9019ec5d9d1df168188 (patch)
tree212a476e3a032fe33a57f72f211a5e84e676bbd4 /sys/netinet/ip_fw.h
parent1bf71544deffe9068044c5291af6b125a78ad4e6 (diff)
downloadsrc-test2-de240d1013a0f2cbc167b9019ec5d9d1df168188.tar.gz
src-test2-de240d1013a0f2cbc167b9019ec5d9d1df168188.zip
Notes
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 34540fd59d7b..21a79ecdec36 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -461,7 +461,7 @@ typedef struct _ipfw_insn_icmp6 {
*/
struct ip_fw {
- struct ip_fw *next; /* linked list of rules */
+ struct ip_fw *x_next; /* linked list of rules */
struct ip_fw *next_rule; /* ptr to next [skipto] rule */
/* 'next_rule' is used to pass up 'set_disable' status */