summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_flow.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2000-05-23 20:41:01 +0000
committerJake Burkholder <jake@FreeBSD.org>2000-05-23 20:41:01 +0000
commit740a1973a62eaa8e1dc23e22f84dacb3346d303a (patch)
treeacf054a865eef37380f5ac3d3c07766b5bb234b0 /sys/netinet/ip_flow.h
parentb4183771fd8ab7a5946fd38df04c1e24b1268bea (diff)
downloadsrc-test2-740a1973a62eaa8e1dc23e22f84dacb3346d303a.tar.gz
src-test2-740a1973a62eaa8e1dc23e22f84dacb3346d303a.zip
Notes
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 4675996cc790..2e334aff9260 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(ipflow) ipf_next; /* next ipflow in bucket */
+ LIST_ENTRY(struct ipflow) ipf_next; /* next ipflow in bucket */
struct in_addr ipf_dst; /* destination address */
struct in_addr ipf_src; /* source address */