diff options
Diffstat (limited to 'security/selinux/netlink.c')
-rw-r--r-- | security/selinux/netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c index e203883406dd..33f2e064a682 100644 --- a/security/selinux/netlink.c +++ b/security/selinux/netlink.c | |||
@@ -66,7 +66,7 @@ static void selnl_add_payload(struct nlmsghdr *nlh, int len, int msgtype, void * | |||
66 | static void selnl_notify(int msgtype, void *data) | 66 | static void selnl_notify(int msgtype, void *data) |
67 | { | 67 | { |
68 | int len; | 68 | int len; |
69 | unsigned char *tmp; | 69 | sk_buff_data_t tmp; |
70 | struct sk_buff *skb; | 70 | struct sk_buff *skb; |
71 | struct nlmsghdr *nlh; | 71 | struct nlmsghdr *nlh; |
72 | 72 | ||