Tom Russo f40e814fcb Fix fsio compilation on FreeBSD
Just tried to build fsio on FreeBSD and found it complaining about
unknown functions letoh32.  Turns out that the attempt to make this
portable to FreeBSD is incorrectly assuming that FreeBSD should be
like NetBSD, when in fact it is more like OpenBSD in this regard.

Moving the defined(__FreeBSD__) so it selects the same block as
__OpenBSD__ makes fsio build correctly on FreeBSD 11 (and presumably
later).
2020-01-09 12:40:55 -07:00
..
2017-03-29 14:07:10 -07:00
2020-01-09 12:40:55 -07:00
2017-03-14 13:44:02 -07:00
2017-10-13 01:24:53 +02:00