Garrett Cooper wrote:
> Hi guys,
>      While I've been trying to integrate the changes I've made in with
> other folks' changes, I've run into a bit of a roadblock -- it appears
> that compat_gid.h requires the definition for __kernel_old_gid_t to
> exist, which was previously hacked to some asm/ include (which isn't
> suggested). The definition exists inside asm/posix_types_*.h, which is
> called up indirectly from linux/types.h (verified on Fedora 9, Gentoo,
> and RHEL5 nahant update 2). Can someone verify whether or not this is
> the case on other distros, e.g. Ubuntu, Slackware, etc?
> Thanks,
> -Garrett
> 

[EMAIL PROTECTED]:/usr/include$ find . -name "*.h" | xargs grep kernel_old_gid
./asm-x86_64/posix_types.h:typedef unsigned short __kernel_old_gid_t;
<snipped valgrind entries>
./asm-i386/posix_types.h:typedef unsigned short __kernel_old_gid_t;
[EMAIL PROTECTED]:/usr/include$
[EMAIL PROTECTED]:/usr/include$ uname -a
Linux Yosemite 2.6.20-17-generic #2 SMP Wed Aug 20 16:47:34 UTC 2008 
i686 GNU/Linux


Ubuntu Feisty (7.04)


HTH.


Elder.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to