K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-17T02:23:30.370596Z K 7 svn:log V 215 In usr.bin/mt/mt.c, the c_code member of struct commands should really be an unsigned long, since it will contain values of ioctl request codes. On 64-bit arches, these will not fit into an int. MFC after: 1 week END