]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp: style the struct tcpcb definition
authorGleb Smirnoff <glebius@FreeBSD.org>
Wed, 19 Oct 2022 01:00:30 +0000 (18:00 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Wed, 19 Oct 2022 01:00:30 +0000 (18:00 -0700)
commitc37384665f0d67ee3ed992352982fd05db9314b5
treea4eacfee31eea13474cb8d347d997e178e6cefff
parent1e902c9b34334f654074713bac82f71b6abe27c3
tcp: style the struct tcpcb definition

- Use C99 types uintXX_t instead of u_intXX_t.
- Try to make space/tab usage a little bit more consistent.
- Shorten comments to fit into 80 chars.

Not a functional change, just making future changes easier to read.
sys/netinet/tcp_var.h