]> granicus.if.org Git - strace/commitdiff
Fix test for alpha so we get the osf_stat functions in file.c
authorWichert Akkerman <wichert@deephackmode.org>
Fri, 16 Apr 1999 14:01:34 +0000 (14:01 +0000)
committerWichert Akkerman <wichert@deephackmode.org>
Fri, 16 Apr 1999 14:01:34 +0000 (14:01 +0000)
file.c

diff --git a/file.c b/file.c
index e528bf28ad14eeb207e29c9d465e7f2b40caac3f..14f6beb26f5fcfe4f2b74d279f4b222c411664ef 100644 (file)
--- a/file.c
+++ b/file.c
@@ -860,7 +860,7 @@ struct tcb *tcp;
        return 0;
 }
 
-#if defined(linux) && defined(alpha)
+#if defined(linux) && defined(__alpha)
 
 int
 osf_statfs(tcp)
@@ -888,7 +888,7 @@ struct tcb *tcp;
        }
        return 0;
 }
-#endif /* linux && alpha */
+#endif /* linux && __alpha */
 
 #endif /* !SVR4 */