diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-08-14 18:03:19 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-08-14 18:03:19 +0000 |
| commit | 8fa227552b6d5e238f547a4af6985e49888c8dc0 (patch) | |
| tree | 4d32ae275aded1b49aaa841a66d17f89e02887cf /sys/gnu | |
| parent | 55897400bc6f524c7213be64e71aac4bbe94ac4a (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_linux_balloc.c | 2 | ||||
| -rw-r--r-- | sys/gnu/ext2fs/ext2_linux_ialloc.c | 2 | ||||
| -rw-r--r-- | sys/gnu/ext2fs/ext2_vfsops.c | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_linux_balloc.c b/sys/gnu/ext2fs/ext2_linux_balloc.c index cf2c0844ba4f..fba300e41ae0 100644 --- a/sys/gnu/ext2fs/ext2_linux_balloc.c +++ b/sys/gnu/ext2fs/ext2_linux_balloc.c @@ -44,6 +44,8 @@ #ifdef __i386__ #include <gnu/ext2fs/i386-bitops.h> +#elif defined (__alpha__) +#include <gnu/ext2fs/alpha-bitops.h> #else #error Provide an bitops.h file, please ! #endif diff --git a/sys/gnu/ext2fs/ext2_linux_ialloc.c b/sys/gnu/ext2fs/ext2_linux_ialloc.c index feb5b0e4b0ce..8f2d33f608ec 100644 --- a/sys/gnu/ext2fs/ext2_linux_ialloc.c +++ b/sys/gnu/ext2fs/ext2_linux_ialloc.c @@ -47,6 +47,8 @@ #ifdef __i386__ #include <gnu/ext2fs/i386-bitops.h> +#elif defined(__alpha__) +#include <gnu/ext2fs/alpha-bitops.h> #else #error please provide bit operation functions #endif diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c index 6829aefc560c..a9200334affc 100644 --- a/sys/gnu/ext2fs/ext2_vfsops.c +++ b/sys/gnu/ext2fs/ext2_vfsops.c @@ -186,7 +186,7 @@ ext2_mount(mp, path, data, ndp, p) struct ufs_args args; struct ufsmount *ump = 0; register struct ext2_sb_info *fs; - u_int size; + size_t size; int error, flags; mode_t accessmode; |
