projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0edce19
)
[PATCH] audit_panic() is audit-internal
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 22 May 2006 05:36:34 +0000
(
01:36
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 20 Jun 2006 09:25:20 +0000
(
05:25
-0400)
... 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>
include/linux/audit.h
patch
|
blob
|
history
diff --git
a/include/linux/audit.h
b/include/linux/audit.h
index b74c148f14e30ad26b1b1a63cbe22765bb4a2651..e65399bf2710dfb12f8e92c31a701b28ed39c69e 100644
(file)
--- a/
include/linux/audit.h
+++ b/
include/linux/audit.h
@@
-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