Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/01/2002 16:55:36
Module Name:	syssrc
Committed By:	christos
Date:		Mon Jul  1 13:55:36 UTC 2002

Modified Files:
	syssrc/sys/netinet: ip_fil.h ip_log.c

Log Message:
Fix iplog problem on sparc64 [from Tomi Nylund]
	1. size_t is 64 bits, so use a u_32_t for iplused
	2. microtime() and friends expect a struct timeval,
	   passing the first of two unsigned longs will not cut it.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/netinet/ip_fil.h
cvs rdiff -r1.20 -r1.21 syssrc/sys/netinet/ip_log.c

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