K 10 svn:author V 3 bde K 8 svn:date V 27 1998-03-12T14:09:55.000000Z K 7 svn:log V 323 Changed speed_t from long to unsigned long. POSIX.1 requires an unsigned integral type. Changing it doesn't seem to cause any sign extension bugs in /usr/src. In the kernel, this is partly because `struct speedtab' and its lookup function are too bogus to use speed_t's for speeds - they use ints. Reminded by: PR 5786 END