Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280284
b: refs/heads/master
c: d179333
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 2303505 commit 65a243b
Show file tree
Hide file tree
Showing 3 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: 84dfa9897ef913771af44484fefbe0de29fdce51
refs/heads/master: d179333f37d33533f4c77118f757b9e7835ccb7c
4 changes: 2 additions & 2 deletions trunk/security/tomoyo/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static char *tomoyo_print_bprm(struct linux_binprm *bprm,
*
* Returns file type string.
*/
static inline const char *tomoyo_filetype(const mode_t mode)
static inline const char *tomoyo_filetype(const umode_t mode)
{
switch (mode & S_IFMT) {
case S_IFREG:
Expand Down Expand Up @@ -180,7 +180,7 @@ static char *tomoyo_print_header(struct tomoyo_request_info *r)
for (i = 0; i < TOMOYO_MAX_PATH_STAT; i++) {
struct tomoyo_mini_stat *stat;
unsigned int dev;
mode_t mode;
umode_t mode;
if (!obj->stat_valid[i])
continue;
stat = &obj->stat[i];
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ struct tomoyo_mini_stat {
uid_t uid;
gid_t gid;
ino_t ino;
mode_t mode;
umode_t mode;
dev_t dev;
dev_t rdev;
};
Expand Down

0 comments on commit 65a243b

Please sign in to comment.