From: Kyle McMartin Date: Tue, 14 Feb 2006 03:44:22 +0000 (-0500) Subject: [PATCH] sys_newfstatat -> sys_fstatat64 X-Git-Tag: v2.6.16-rc4~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108dff7d2b721759b5e025ab18024967c1294792;p=pandora-kernel.git [PATCH] sys_newfstatat -> sys_fstatat64 parisc defines ARCH_WANT_STAT64, so we want to use fstatat64. It does not appear that it needs to be ENTRY_COMP, because struct stat64 is the same on both 32-bit and 64-bit (unlike on other platforms which did define a compat_sys_fstatat64.) Signed-off-by: Grant Grundler Signed-off-by: Kyle McMartin Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed