[NET]: Fix warnings after LSM-IPSEC changes.
commit6f68dc37759b1d6ff3b4d4a9d097605a09f8f043
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 9 Jun 2006 06:58:52 +0000 (8 23:58 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:29:49 +0000 (17 21:29 -0700)
tree7d0be960b8c0ec5b947637a0650f1c639002103a
parent9dadaa19cb11a8db38072a92a3f95deab7a797fb
[NET]: Fix warnings after LSM-IPSEC changes.

Assignment used as truth value in xfrm_del_sa()
and xfrm_get_policy().

Wrong argument type declared for security_xfrm_state_delete()
when SELINUX is disabled.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/security.h
net/xfrm/xfrm_user.c