Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 05/27/2001 01:02:58
Module Name: syssrc
Committed By: matt
Date: Sat May 26 22:02:58 UTC 2001
Modified Files:
syssrc/sys/netinet: tcp_var.h
Log Message:
Make t_flags a u_int instead of u_short. It's followed by a mbuf pointer
so there's padding around it already. And it increases the amount of bits
available for TF_* flags.
To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 syssrc/sys/netinet/tcp_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.