Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14803
b: refs/heads/master
c: df69a60
h: refs/heads/master
i:
  14801: 62480ec
  14799: 3cd3470
v: v3
  • Loading branch information
Matt Helsley authored and Linus Torvalds committed Nov 30, 2005
1 parent dbabf70 commit 61aac04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 12074a35b4ef36d7a971beaf42412b22f304cdd1
refs/heads/master: df69a60dc6afc2936d79054d30b481c1fd9720e5
8 changes: 4 additions & 4 deletions trunk/include/linux/cn_proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ struct proc_event {
pid_t process_pid;
pid_t process_tgid;
union {
uid_t ruid; /* current->uid */
gid_t rgid; /* current->gid */
__u32 ruid; /* task uid */
__u32 rgid; /* task gid */
} r;
union {
uid_t euid;
gid_t egid;
__u32 euid;
__u32 egid;
} e;
} id;

Expand Down

0 comments on commit 61aac04

Please sign in to comment.