posix_types: Make __kernel_[ug]id32_t default to unsigned int
authorH. Peter Anvin <hpa@zytor.com>
Wed, 8 Feb 2012 05:08:45 +0000 (21:08 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 14 Feb 2012 20:01:27 +0000 (12:01 -0800)
All ports use unsigned int for __kernel_[ug]id32_t, but not all ports
use unsigned int for __kernel_[ug]id_t.  Thus, change the default for
the "32" types so ports don't need to override them.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Link: http://lkml.kernel.org/r/1328677745-20121-2-git-send-email-hpa@zytor.com
Cc: Arnd Bergmann <arnd@arndb.de>

No differences found