Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/distrib/utils/sysinst



Module Name:    src
Committed By:   ghen
Date:           Sat Sep 16 10:26:09 UTC 2006

Modified Files:
        src/distrib/utils/sysinst [netbsd-3]: geom.c net.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1509):
        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.6.1 src/distrib/utils/sysinst/geom.c
cvs rdiff -r1.105.2.1 -r1.105.2.2 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