git: ACPICA: Fix including acpi.h when building standalone code.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Dec 30 02:33:52 PST 2019


commit 64664f41552507cf567d3408c157ebabc9bb7f74
Author: Sascha Wildner <saw at online.de>
Date:   Mon Dec 30 10:37:53 2019 +0100

    ACPICA: Fix including acpi.h when building standalone code.
    
    Leaving ACPI_USE_STANDARD_HEADERS undefined prevents standard headers
    from being included and causing conflicts with <stand.h>, most notably
    for putenv() and random() which have different prototypes in libstand.
    
    <stand.h> and libstand provide everything we need.

Summary of changes:
 sys/contrib/dev/acpica/source/include/platform/acdragonfly.h | 2 ++
 1 file changed, 2 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/64664f41552507cf567d3408c157ebabc9bb7f74


-- 
DragonFly BSD source repository



More information about the Commits mailing list