summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libblkid/src/bitops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libblkid/src/bitops.h b/libblkid/src/bitops.h
index 7439ece91..f5974e971 100644
--- a/libblkid/src/bitops.h
+++ b/libblkid/src/bitops.h
@@ -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)
*/