commit 64664f41552507cf567d3408c157ebabc9bb7f74
Author: Sascha Wildner <[email protected]>
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

Reply via email to