On Wednesday 11 May 2005 04:04, Chris Wright wrote:
 @@ -416,12 +416,8 @@ static int audit_receive_msg(struct sk_b
                         return -EINVAL;
                 /* fallthrough */
         case AUDIT_LIST:
 -#ifdef CONFIG_AUDITSYSCALL
                 err = audit_receive_filter(nlh->nlmsg_type,
 NETLINK_CB(skb).pid, uid, seq, data, loginuid); -#else
 -               err = -EOPNOTSUPP;
 -#endif 
I already submitted a patch for this. Did it not get applied?
-Steve