Minor compiliation-fixes
diff --git a/file.c b/file.c
index 449077d..b47efc2 100644
--- a/file.c
+++ b/file.c
@@ -33,17 +33,11 @@
 
 #include <dirent.h>
 
-#ifdef LINUXSPARC
+#ifdef linux
 #  include <asm/stat.h>
 #  define stat libc_stat
 #  include <sys/stat.h>
 #  undef stat
-#elif defined(linux)
-#  define stat libc_stat
-#  include <statbuf.h>
-#  undef stat
-#  include <asm/stat.h>
-#  include <sys/stat.h>
 #else
 #  include <sys/stat.h>
 #endif