libblkid: fix compiler warnings about duplicate macros

Change-Id: I1b6e8d9b760dfd93312d32c9f66ec57d1fb9d9b6
This commit is contained in:
that
2016-01-19 23:28:40 +01:00
committed by Dees Troy
parent f510988cf4
commit 8436fc99fa
+2 -2
View File
@@ -54,7 +54,7 @@
(((x) & 0xFF00000000000000ULL) >> 56))
#endif
//#ifndef htobe16
#ifndef htobe16
//# if !defined(WORDS_BIGENDIAN)
//# define htobe16(x) bswap_16 (x)
# define htole16(x) (x)
@@ -83,8 +83,8 @@
# define be64toh(x) (x)
# define le64toh(x) bswap_64 (x)
# endif
#endif
*/
#endif
/*
* Byte swab macros (based on linux/byteorder/swab.h)
*/