K 10 svn:author V 5 peter K 8 svn:date V 27 1998-05-31T20:09:01.000000Z K 7 svn:log V 210 For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; int -> int32_t; u_short -> u_int16_t. Also, use mode_t instead of u_short for storing modes (mode_t is a u_int16_t). Obtained from: NetBSD END