summaryrefslogtreecommitdiff
path: root/src/stream/fs/ext2fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/fs/ext2fs.c')
-rw-r--r--src/stream/fs/ext2fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/fs/ext2fs.c b/src/stream/fs/ext2fs.c
index e57a9f1915..f29fd8aeb1 100644
--- a/src/stream/fs/ext2fs.c
+++ b/src/stream/fs/ext2fs.c
@@ -239,7 +239,7 @@ struct ext2_dir_entry
* ffz = Find First Zero in word. Undefined if no zero exists,
* so code should check against ~0UL first..
*/
-#ifndef PPC
+#if ARCH == 'i386'
static __inline__ unsigned long
ffz (unsigned long word)
{