Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/utils/sysinst
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.
Home |
Main Index |
Thread Index |
Old Index