o Minor style(9)ism to make consistent with -STABLE

This commit is contained in:
Robert Watson 2001-01-09 18:26:17 +00:00
parent f0cab81245
commit 46a27060af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70854

View File

@ -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 */