linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / stat.c
index b8babca..543f1b8 100644 (file)
--- a/fs/stat.c
+++ b/fs/stat.c
@@ -262,7 +262,7 @@ asmlinkage long sys_newlstat(char __user *filename, struct stat __user *statbuf)
        return error;
 }
 
-#if !defined(__ARCH_WANT_STAT64) || defined(__ARCH_WANT_SYS_NEWFSTATAT)
+#ifndef __ARCH_WANT_STAT64
 asmlinkage long sys_newfstatat(int dfd, char __user *filename,
                                struct stat __user *statbuf, int flag)
 {