Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 06:43:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273736] Find a better way to handle byteswap.h in libmagic
Message-ID:  <bug-273736-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273736

            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: bugs@FreeBSD.org
          Reporter: delphij@FreeBSD.org

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_BYTESW=
AP
from that.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273736-227>