As constantly reported during kernel compilation, m_buflen is unsigned so
authorbz <bz@FreeBSD.org>
Wed, 25 Dec 2013 20:10:17 +0000 (20:10 +0000)
committerbz <bz@FreeBSD.org>
Wed, 25 Dec 2013 20:10:17 +0000 (20:10 +0000)
commit96b652a34daeb91d87d36aa98001e3c6131550c7
tree4fd3d3931303c91069e0b1c27ebe82e3c9dfd6da
parent1b0023f91172f723a833acd25091d9acce795706
As constantly reported during kernel compilation, m_buflen is unsigned so
can never be < 0.  Remove the expression, which can never be true.

MFC after: 1 week
sys/security/mac/mac_framework.c