summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-08-16 18:32:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-08-16 18:32:07 +0000
commita4f757cd5dc1421d90d72a34853247e0c2c18cce (patch)
tree6046e1d576e7bbc883254e0b133fbd6b383544f2 /sys/netinet/tcp_debug.h
parentbf90c6ee99f84b5fc79be6c35ec15f783d6949b8 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.h')
-rw-r--r--sys/netinet/tcp_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h
index c7e3663bd25b..b6033ce749ca 100644
--- a/sys/netinet/tcp_debug.h
+++ b/sys/netinet/tcp_debug.h
@@ -57,7 +57,7 @@ struct tcp_debug {
struct tcpcb td_cb;
};
-#define TA_INPUT 0
+#define TA_INPUT 0
#define TA_OUTPUT 1
#define TA_USER 2
#define TA_RESPOND 3