K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-05-09T17:43:21.000000Z K 7 svn:log V 179 Some ioctl routines assume that the ioctl buffer is aligned, but a char[] declaration makes no such guarentee. A union is used to force alignment of the char buffer. END