summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-01-09 18:26:17 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-01-09 18:26:17 +0000
commit46a27060af0f16a46f2a464e5e310574feb65ee1 (patch)
treeefbcf5edc00327d0e11164bf1c370a5dfb4c6c72
parentf0cab81245e7d73fd2ffba739194b35dedaf4ae2 (diff)
Notes
-rw-r--r--sys/netinet/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h
index 3b72094025c6..fee449f73054 100644
--- a/sys/netinet/tcp.h
+++ b/sys/netinet/tcp.h
@@ -69,7 +69,7 @@ struct tcphdr {
#define TH_URG 0x20
#define TH_ECE 0x40
#define TH_CWR 0x80
-#define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
+#define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
u_short th_win; /* window */
u_short th_sum; /* checksum */