Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/26/1997 21:50:02
thorpej
Thu Jun 26 14:40:05 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv4161

Modified Files:
      Tag: SYN_cache_branch
	tcp_input.c 
Log Message:
Casting pointers to u_int64_t isn't correct.  Casting to u_long is fine
for arithmetic operations.