From 4652177fe4e587051500e2970e9e52e673fed1f5 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sat, 9 Dec 2000 22:32:49 +0000 Subject: Put the bits in place for Alpha support for ext2. Not tested. --- sys/gnu/fs/ext2fs/ext2_linux_ialloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/gnu/fs/ext2fs/ext2_linux_ialloc.c') diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c index 3ba49b0..01ae55b 100644 --- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c +++ b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c @@ -48,6 +48,8 @@ #ifdef __i386__ #include +#elif __alpha__ +#include #else #error please provide bit operation functions #endif -- cgit v1.1