]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix ppc64 build parse error.
authorAndrew Jones <ajones@sgi.com>
Thu, 5 Jan 2006 02:55:00 +0000 (02:55 +0000)
committerAndrew Jones <ajones@sgi.com>
Thu, 5 Jan 2006 02:55:00 +0000 (02:55 +0000)
Merge of master-melb:xfs-cmds:24915a by kenmcd.

  Added missing closing ')' for line #define be16_to_cpu(val)      ((__uint16_t)(val)

include/xfs_arch.h

index 71de20cedb5cbd9937b2a7b943bb85d8460e8b9a..c4836890b7268bce37384b4ed35c261c1ec8805e 100644 (file)
@@ -44,7 +44,7 @@
 #define cpu_to_be16(val)       ((__be16)(val))
 #define cpu_to_be32(val)       ((__be32)(val))
 #define cpu_to_be64(val)       ((__be64)(val))
-#define be16_to_cpu(val)       ((__uint16_t)(val)
+#define be16_to_cpu(val)       ((__uint16_t)(val))
 #define be32_to_cpu(val)       ((__uint32_t)(val))
 #define be64_to_cpu(val)       ((__uint64_t)(val))
 #else