Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310014
b: refs/heads/master
c: e57f93c
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed May 31, 2012
1 parent 079a6be commit 8eb8c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dcc62b6b38334075271eaffb1dc42cd47ceb5692
refs/heads/master: e57f93cc53b772b2049222410cf6a141a724529a
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/include/asm/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ struct stat {
unsigned long st_dev;
ino_t st_ino;
#ifdef __powerpc64__
nlink_t st_nlink;
unsigned short st_nlink;
mode_t st_mode;
#else
mode_t st_mode;
nlink_t st_nlink;
unsigned short st_nlink;
#endif
uid_t st_uid;
gid_t st_gid;
Expand Down

0 comments on commit 8eb8c9d

Please sign in to comment.