Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 04/15/2004 15:17:11
Module Name:	src
Committed By:	darrenr
Date:		Thu Apr 15 15:17:11 UTC 2004

Modified Files:
	src/sys/net: bpf.h
	src/sys/sys: param.h

Log Message:
don't use u_long in an ioctl, rather, u_int64_t so there are no long 32/64
bit compatibility problems.  bump kernel version like it should have been.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/net/bpf.h
cvs rdiff -r1.191 -r1.192 src/sys/sys/param.h

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