summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_flow.h')
-rw-r--r--sys/netinet/ip_flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_flow.h b/sys/netinet/ip_flow.h
index 2e334af..4675996 100644
--- a/sys/netinet/ip_flow.h
+++ b/sys/netinet/ip_flow.h
@@ -40,7 +40,7 @@
#define _NETINET_IP_FLOW_H
struct ipflow {
- LIST_ENTRY(struct ipflow) ipf_next; /* next ipflow in bucket */
+ LIST_ENTRY(ipflow) ipf_next; /* next ipflow in bucket */
struct in_addr ipf_dst; /* destination address */
struct in_addr ipf_src; /* source address */
OpenPOWER on IntegriCloud