On Wed, 2005-05-11 at 10:56 -0400, Steve Grubb wrote:
 +               ab = audit_log_start(context, aux->type);
                 if (!ab)
                         continue; /* audit_panic has been called */
 -
 -               aux = context->aux;
                 context->aux = aux->next;
  
                 audit_log_format(ab, "auxitem=%d", aux->type); 
Any objection to dropping the now-redundant 'auxitem='?
-- 
dwmw2