Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/22/2002 05:54:01
Module Name:	syssrc
Committed By:	simonb
Date:		Tue Oct 22 02:54:00 UTC 2002

Modified Files:
	syssrc/sys/netinet: tcp_subr.c

Log Message:
Micro-optimisation: don't check if the high bit is set and then mask it
off - just mask it off anyways.  Saves a branch 50% of the time.


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 syssrc/sys/netinet/tcp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.