diff options
Diffstat (limited to 'sys/netinet6/ip6_fw.h')
-rw-r--r-- | sys/netinet6/ip6_fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_fw.h b/sys/netinet6/ip6_fw.h index 3b492eb..a356ac3 100644 --- a/sys/netinet6/ip6_fw.h +++ b/sys/netinet6/ip6_fw.h @@ -97,7 +97,7 @@ struct ip6_fw { #define fw_reject_code fw_un.fu_reject_code struct ip6_fw_chain { - LIST_ENTRY(struct ip6_fw_chain) chain; + LIST_ENTRY(ip6_fw_chain) chain; struct ip6_fw *rule; }; |