]> Git Repo - J-u-boot.git/commit
bch: don't use __BSD_VISIBLE to test for fls
authorJonathan Gray <[email protected]>
Sun, 27 Aug 2017 10:45:14 +0000 (20:45 +1000)
committerTom Rini <[email protected]>
Sun, 3 Sep 2017 19:30:31 +0000 (15:30 -0400)
commit8f1603bd78a31f52927d398f600e47e2452997a6
tree01b6fc85b5b00155dddbc946b466a427e3a7fb6a
parente090579d0a2d1aa38eab94b98877de9bcdd4f31d
bch: don't use __BSD_VISIBLE to test for fls

Commit 4ecc988301bc8e981e6d7538c57cdb3aa82f7c1d assumes fls is in libc
if __BSD_VISIBLE is defined.  This appears to only be true on FreeBSD
and DragonFlyBSD.  OpenBSD defines __BSD_VISIBLE and does not have fls
in strings.h/libc.

Switch the test for __BSD_VISIBLE to one for __DragonFly__ and
__FreeBSD__ to unbreak the build on OpenBSD.

Signed-off-by: Jonathan Gray <[email protected]>
lib/bch.c
This page took 0.035272 seconds and 4 git commands to generate.