Whamcloud - gitweb
Branch b1_8_gate
authoryangsheng <yangsheng>
Wed, 3 Sep 2008 09:18:08 +0000 (09:18 +0000)
committeryangsheng <yangsheng>
Wed, 3 Sep 2008 09:18:08 +0000 (09:18 +0000)
b=16580
i=johann, shadow

Fix build issue for sles9/ppc64.

lustre/llite/llite_internal.h

index 69cd335..212377f 100644 (file)
 #include <lustre_ver.h>
 #include <linux/lustre_version.h>
 #include <lustre_disk.h>  /* for s2sbi */
+
+#ifndef HAVE_LE_TYPES
+typedef __u16 __le16;
+typedef __u32 __le32;
+#endif
  
 /*
 struct lustre_intent_data {