K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-06T19:54:39.000000Z K 7 svn:log V 220 ioctl() request args are unsigned longs, so don't attempt to store them as ints. Among other bugs, doing so at best caused benign overflow followed by fatal sign extension on machines with 32-bit ints and 64-bit longs. END