From: H. Peter Anvin Date: Wed, 8 Feb 2012 05:08:45 +0000 (-0800) Subject: posix_types: Make __kernel_[ug]id32_t default to unsigned int X-Git-Tag: v3.4-rc1~33^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4255ba3fb9275f06daffce9f458668c8bd6773e;p=pandora-kernel.git posix_types: Make __kernel_[ug]id32_t default to unsigned int 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 Link: http://lkml.kernel.org/r/1328677745-20121-2-git-send-email-hpa@zytor.com Cc: Arnd Bergmann --- Reading git-diff-tree failed