summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-09-07 13:06:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-09-07 13:06:00 +0000
commit751dea2935da440e92aabd40e8220ae414bc756a (patch)
treee02398a49c460cafd22200e8f849a887f6e31762 /sys/netinet/tcp_var.h
parentb3c0f300fbf1e175fc42b573f3f324a3c6bb85c7 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 4aa5cda4f9e5..76584851ff05 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -276,7 +276,7 @@ struct tcptw {
u_long t_recent;
u_long t_starttime;
int tw_time;
- LIST_ENTRY(tcptw) tw_2msl;
+ TAILQ_ENTRY(tcptw) tw_2msl;
};
#define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb)