diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-11 09:19:06 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-18 03:07:07 +0200 |
commit | 017143fecb3364e5fed8107d206799899f5dd684 (patch) | |
tree | b0dcb667e86fb479a0f03e1489144507fe4bda26 /include | |
parent | audit: Properly set the origin port id of audit messages. (diff) | |
download | linux-017143fecb3364e5fed8107d206799899f5dd684.tar.xz linux-017143fecb3364e5fed8107d206799899f5dd684.zip |
audit: Remove the unused uid parameter from audit_receive_filter
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 9c9af0e95f93..b9c5b22e34a5 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -702,7 +702,7 @@ extern int audit_update_lsm_rules(void); /* Private API (for audit.c only) */ extern int audit_filter_user(void); extern int audit_filter_type(int type); -extern int audit_receive_filter(int type, int pid, int uid, int seq, +extern int audit_receive_filter(int type, int pid, int seq, void *data, size_t datasz, uid_t loginuid, u32 sessionid, u32 sid); extern int audit_enabled; |