https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273736
Bug ID: 273736
Summary: Find a better way to handle byteswap.h in libmagic
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
In 90474518912f we are pretending that byteswap.h does not exist on FreeBSD.
Ideally we should be testing if __FreeBSD_version is greater than or equal to
1400079 (the bump after byteswap.h introduction) and derive the HAVE_BYTESWAP
from that.
--
You are receiving this mail because:
You are the assignee for the bug.