Fix test for alpha so we get the osf_stat functions in file.c
diff --git a/file.c b/file.c
index e528bf2..14f6beb 100644
--- a/file.c
+++ b/file.c
@@ -860,7 +860,7 @@
 	return 0;
 }
 
-#if defined(linux) && defined(alpha)
+#if defined(linux) && defined(__alpha)
 
 int
 osf_statfs(tcp)
@@ -888,7 +888,7 @@
 	}
 	return 0;
 }
-#endif /* linux && alpha */
+#endif /* linux && __alpha */
 
 #endif /* !SVR4 */