Mitchell Blank Jr wrote: [Mon Apr 03 2006, 08:51:28AM EDT]
While I was looking at auditfilter.c I did some other minor cleanup
* const-ified pointers where possible
* both audit_data_to_entry() and audit_krule_to_data() had an unused
variable called "void *bufp" which I removed
A patch in -mm is using 'bufp', so it might not be worthwhile to
remove at this point.
Thanks,
Amy