libefi: efi_devpath_match() should return bool
authortsoome <tsoome@FreeBSD.org>
Thu, 21 Sep 2017 23:14:07 +0000 (23:14 +0000)
committertsoome <tsoome@FreeBSD.org>
Thu, 21 Sep 2017 23:14:07 +0000 (23:14 +0000)
commit0f3861f77512fabaef951217398382bd298865f2
treedbce0ab01bc58700a0f7613dec730d450c9e5942
parentef7d9c49409016e74380d26f0e8283438701c9d2
libefi: efi_devpath_match() should return bool

The current implementation of efi_devpath_match() is returning values 0 or 1,
so it should be updated to return bool.
sys/boot/efi/libefi/devpath.c
sys/boot/efi/libefi/efipart.c