commit | 6f68dc37759b1d6ff3b4d4a9d097605a09f8f043 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 08 23:58:52 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jun 17 21:29:49 2006 -0700 |
tree | 7d0be960b8c0ec5b947637a0650f1c639002103a | |
parent | 9dadaa19cb11a8db38072a92a3f95deab7a797fb [diff] |
[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>