Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310013
b: refs/heads/master
c: dcc62b6
h: refs/heads/master
i:
  310011: efd4463
v: v3
  • Loading branch information
Al Viro committed May 30, 2012
1 parent 16a8077 commit 079a6be
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: 726592a9be0bdf919399d3dfa633f8e2d69cbf13
refs/heads/master: dcc62b6b38334075271eaffb1dc42cd47ceb5692
6 changes: 3 additions & 3 deletions trunk/arch/mips/include/asm/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct stat {
long st_pad1[3]; /* Reserved for network id */
ino_t st_ino;
mode_t st_mode;
nlink_t st_nlink;
__u32 st_nlink;
uid_t st_uid;
gid_t st_gid;
unsigned st_rdev;
Expand Down Expand Up @@ -55,7 +55,7 @@ struct stat64 {
unsigned long long st_ino;

mode_t st_mode;
nlink_t st_nlink;
__u32 st_nlink;

uid_t st_uid;
gid_t st_gid;
Expand Down Expand Up @@ -96,7 +96,7 @@ struct stat {
unsigned long st_ino;

mode_t st_mode;
nlink_t st_nlink;
__u32 st_nlink;

uid_t st_uid;
gid_t st_gid;
Expand Down

0 comments on commit 079a6be

Please sign in to comment.