Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165856
b: refs/heads/master
c: 44e51a1
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and Al Viro committed Sep 24, 2009
1 parent 9d78fc8 commit 2b5aa08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e08b061ec0fca1f63bb1006bf1edc0556f36d0ae
refs/heads/master: 44e51a1b7852bd421ff5303c64dcc5c8524c21ef
6 changes: 3 additions & 3 deletions trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ struct audit_context {
int in_syscall; /* 1 if task is in a syscall */
enum audit_state state, current_state;
unsigned int serial; /* serial number for record */
struct timespec ctime; /* time of syscall entry */
int major; /* syscall number */
struct timespec ctime; /* time of syscall entry */
unsigned long argv[4]; /* syscall arguments */
int return_valid; /* return code is valid */
long return_code;/* syscall return code */
u64 prio;
int return_valid; /* return code is valid */
int name_count;
struct audit_names names[AUDIT_NAMES];
char * filterkey; /* key for rule that triggered record */
Expand All @@ -198,8 +198,8 @@ struct audit_context {
char target_comm[TASK_COMM_LEN];

struct audit_tree_refs *trees, *first_trees;
int tree_count;
struct list_head killed_trees;
int tree_count;

int type;
union {
Expand Down

0 comments on commit 2b5aa08

Please sign in to comment.