This should fix the build problem, Kris.
>From a look through the headers, it seems that for some architectures,
__uint64_t != uint64_t (one is a u long long, the other is just a u long).
we were declaring xfs_panic_mask both ways. now we just use the one that
equates to __u64 on all architectures (uint64_t).
cheers.
Modid: 2.4.x-xfs:slinx:78005a
Date: Fri Nov 10 05:42:26 PST 2000
Workarea: snort:/build4/nathans/linux-xfs
Author: nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
linux/fs/xfs/xfs.h - 1.9
- move include of globals.h above errors.h
linux/fs/xfs/xfs_error.h - 1.17
- remove extern of xfs_panic_mask so there is only one.
|