From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 11 Apr 2006 05:53:41 +0000 (-0700) Subject: [PATCH] uml: avoid warnings for diffent names for an unsigned quadword X-Git-Tag: v2.6.17-rc2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c7378236103ce5fbfb7b3e6ac46aa9de9f970d;p=pandora-kernel.git [PATCH] uml: avoid warnings for diffent names for an unsigned quadword Since on some 64-bit systems __u64 is rightfully defined to unsigned long and GCC recognizes anyway unsigned long and unsigned long long as different, fix some types back to being unsigned long long to avoid warnings and errors (for prototype mismatch) on those systems. Thanks to the report by Wesley Emeneker wesleyemeneker (at) google (dot) com Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed