K 10 svn:author V 8 kientzle K 8 svn:date V 27 2004-09-17T04:39:07.000000Z K 7 svn:log V 325 Fix two ugly errors: 1. The correct cutoff for large uid/gid handling is 1<<18, not 1<<20. 2. Limit the uid/gid in the 'x' extension header (where numeric extensions are not permitted) to 1<<18, but use the correct value in the regular header (where numeric extensions are permitted). Thanks to: Dan Nelson MFC after: 3 days END