Skip to content

Commit

Permalink
[PATCH] audit_panic() is audit-internal
Browse files Browse the repository at this point in the history
... no need to provide a stub; note that extern is already gone from
include/linux/audit.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jun 20, 2006
1 parent 0edce19 commit bc0f3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/audit.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ extern int audit_receive_filter(int type, int pid, int uid, int seq,
#define audit_log_hex(a,b,l) do { ; } while (0)
#define audit_log_untrustedstring(a,s) do { ; } while (0)
#define audit_log_d_path(b,p,d,v) do { ; } while (0)
#define audit_panic(m) do { ; } while (0)
#endif
#endif
#endif

0 comments on commit bc0f3b8

Please sign in to comment.