Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/19/2006 21:18:40
Module Name:	src
Committed By:	martin
Date:		Sat Aug 19 21:18:40 UTC 2006

Modified Files:
	src/distrib/utils/sysinst: geom.c net.c

Log Message:
The "request" arg of ioctl(2) is unsigned long, not int!
Sign extended requests do not work on archs with sizeof(long) > sizeof(int).


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/distrib/utils/sysinst/geom.c
cvs rdiff -r1.109 -r1.110 src/distrib/utils/sysinst/net.c

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