Merge of master-melb:xfs-cmds:25140a by kenmcd.
- Convert fsck into a shell script and make it provide a
hint to run repair/check (in non-auto fsck modes).
Thanks to Marian Jancar <mjancar@suse.cz> for this.
+ - Fix compilation botch on non-Linux platforms (duplicate
+ type definitions).
xfsprogs-2.7.12 (31 January 2006)
- Added initial Polish translation.
#define __uint16_t u_int16_t
#define __uint32_t u_int32_t
#define __uint64_t u_int64_t
-#define __s8 int8_t
-#define __s16 int16_t
-#define __s32 int32_t
-#define __s64 int64_t
-#define __u8 u_int8_t
-#define __u16 u_int16_t
-#define __u32 u_int32_t
-#define __u64 u_int64_t
#define loff_t off_t
#define off64_t off_t
#define fdatasync fsync
#define memalign(a,size) valloc(size)
-typedef u_int8_t __u8;
-typedef int8_t __s8;
-typedef u_int16_t __u16;
-typedef int16_t __s16;
-typedef u_int32_t __u32;
-typedef int32_t __s32;
-typedef u_int64_t __u64;
-typedef int64_t __s64;
-
#define constpp char * const *
#define EFSCORRUPTED 990 /* Filesystem is corrupted */
#include <sys/fs/xfs_fsops.h>
#include <sys/fs/xfs_itable.h>
-#define __s8 char
-#define __s16 short
-#define __s32 __int32_t
-#define __s64 __int64_t
-#define __u8 unsigned char
-#define __u16 unsigned short
-#define __u32 __uint32_t
-#define __u64 __uint64_t
#define __int8_t char
#define __int16_t short
#define __uint8_t unsigned char