From de29b82d39e54489daeedfee0276b5051067c0f4 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 3 Sep 2008 09:18:08 +0000 Subject: [PATCH] Branch b1_8_gate b=16580 i=johann, shadow Fix build issue for sles9/ppc64. --- lustre/llite/llite_internal.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 69cd335..212377f 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -51,6 +51,11 @@ #include #include #include /* for s2sbi */ + +#ifndef HAVE_LE_TYPES +typedef __u16 __le16; +typedef __u32 __le32; +#endif /* struct lustre_intent_data { -- 1.8.3.1