X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Faudit.h;h=8df132214606f2b06e08e916196779b1aee64ad6;hb=d211f177b28ec070c25b3d0b960aa55f352f731f;hp=57cc64d67718903eebeab175030348df648b4f17;hpb=7ae0e06b909e31bf9a396a2326ef09b768d9b4c4;p=~andy%2Flinux diff --git a/kernel/audit.h b/kernel/audit.h index 57cc64d6771..8df13221460 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -247,7 +247,7 @@ extern void audit_panic(const char *message); struct audit_netlink_list { __u32 portid; - pid_t pid; + struct net *net; struct sk_buff_head q; };