K 10 svn:author V 3 bde K 8 svn:date V 27 1998-06-14T14:08:21.000000Z K 7 svn:log V 303 Define 64-bit types in terms of __int64_t and __uint64_t. Define an unsigned version of off_t (uoff_t) if KERNEL is defined. This is useful for micro-optimizing expressions involving off_t's where you know that the values are non-negative but the compiler doesn't know it. Fixed a gratuitous ANSIism. END