Merge branch 'patch-1' of https://github.com/diizzyy/util-linux
* 'patch-1' of https://github.com/diizzyy/util-linux: include/bitops.h: Remove bswap* compatibility hack for FreeBSD
This commit is contained in:
commit
c8e36ed4db
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
# define be16toh(x) betoh16(x)
|
||||
# define be32toh(x) betoh32(x)
|
||||
# define be64toh(x) betoh64(x)
|
||||
#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#elif defined(__NetBSD__) || defined(__DragonFly__)
|
||||
# define bswap_16(x) bswap16(x)
|
||||
# define bswap_32(x) bswap32(x)
|
||||
# define bswap_64(x) bswap64(x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue