git: wpa_supplicant: Avoid cpp warning during buildworld.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sun Sep 25 22:56:36 PDT 2016


commit ddaf9f4ac09fd506d0ed3a635e1048beafae310c
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Sun Sep 25 19:02:15 2016 +0300

    wpa_supplicant: Avoid cpp warning during buildworld.
    
    Used MIN() macro is essentially the same to one in sys/param.h but
    for the sake of argument it is better to avoid warning by simply
    using system header variant.
    
    Note: there is issue with WPA_OUI_TYPE definition so leave WANRS at 0.

Summary of changes:
 contrib/wpa_supplicant/wpa_supplicant/scan.c | 4 ++++
 1 file changed, 4 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ddaf9f4ac09fd506d0ed3a635e1048beafae310c


-- 
DragonFly BSD source repository


More information about the Commits mailing list