K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-14T03:16:16.000000Z K 7 svn:log V 258 In the previous changeset a cast of myminor to u_int were removed, which will cause problems on architectures where longs are longer than ints, for instance, "mknod foo c 0 0xffff00ff" would fail in such cases. Use a proper cast instead. Prompted by: bde END