Hi, I've commited a patch which changes all internal usage of the type gid from 16 bit to 32 bit. This means, all relevant functions are using __gid32_t and __group32 instead of __gid16_t and __group32 now. All former 16 bit gid functions are still 16 bit functions, calling their 32 bit pendant. Additionally, all exported functions getting or returning gid related types are now available as 32 bit functions. If the 16 bit function is called `foo', the 32 bit function is called `foo32'.
The change of uid from 16 to 32 bit is still outstanding. Please test if everything's still working. The 32 bit functions are currently not exposed to applications. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc.
