wpa_supplicant: Avoid cpp warning during buildworld.
authorzrj <rimvydas.jasinskas@gmail.com>
Sun, 25 Sep 2016 16:02:15 +0000 (19:02 +0300)
committerzrj <zrj@dragonflybsd.org>
Mon, 26 Sep 2016 06:10:41 +0000 (09:10 +0300)
commitddaf9f4ac09fd506d0ed3a635e1048beafae310c
tree1a783c3902f34823c54b4b25e73a0d5e14de99b8
parent72be967a925bccd9cb7672c8adf4f3cbaeea8327
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.
contrib/wpa_supplicant/wpa_supplicant/scan.c