Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310015
b: refs/heads/master
c: 1dfb575
h: refs/heads/master
i:
  310013: 079a6be
  310011: efd4463
  310007: a28d2b6
  309999: 11919dd
  309983: 8ec673a
  309951: 57ddf73
  309887: e85bfca
  309759: f82b8e1
v: v3
  • Loading branch information
Al Viro committed May 31, 2012
1 parent 8eb8c9d commit 782f642
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: e57f93cc53b772b2049222410cf6a141a724529a
refs/heads/master: 1dfb5751a4de7c6a57a5602e8e2b87267cfc8c81
4 changes: 2 additions & 2 deletions trunk/arch/parisc/include/asm/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ struct stat {
unsigned int st_dev; /* dev_t is 32 bits on parisc */
ino_t st_ino; /* 32 bits */
mode_t st_mode; /* 16 bits */
nlink_t st_nlink; /* 16 bits */
unsigned short st_nlink; /* 16 bits */
unsigned short st_reserved1; /* old st_uid */
unsigned short st_reserved2; /* old st_gid */
unsigned int st_rdev;
Expand Down Expand Up @@ -42,7 +42,7 @@ struct hpux_stat64 {
unsigned int st_dev; /* dev_t is 32 bits on parisc */
ino_t st_ino; /* 32 bits */
mode_t st_mode; /* 16 bits */
nlink_t st_nlink; /* 16 bits */
unsigned short st_nlink; /* 16 bits */
unsigned short st_reserved1; /* old st_uid */
unsigned short st_reserved2; /* old st_gid */
unsigned int st_rdev;
Expand Down

0 comments on commit 782f642

Please sign in to comment.