Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/distrib/utils/sysinst
Module Name: src
Committed By: riz
Date: Fri Aug 25 05:28:12 UTC 2006
Modified Files:
src/distrib/utils/sysinst [netbsd-4]: geom.c net.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #39):
distrib/utils/sysinst/net.c: revision 1.110
distrib/utils/sysinst/geom.c: revision 1.9
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.8.12.1 src/distrib/utils/sysinst/geom.c
cvs rdiff -r1.109 -r1.109.2.1 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.
Home |
Main Index |
Thread Index |
Old Index