K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-07T04:08:44.000000Z K 7 svn:log V 373 Quick fix for type mismatches which were fatal if longs aren't 32 bits. We used a private, wrong, version of `struct dirent' to help break getdirentries(), and we use a silly check that the size of this struct is a power of 2 to help break mount() if getdirentries() would not work. This fix just changes the struct to match `struct dirent' (except for the name length). END