Skip to content

Commit

Permalink
sparc: Fix use of uid16_t and gid16_t in asm/stat.h
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Landley <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
landley authored and davem330 committed Mar 27, 2010
1 parent f04e879 commit 7469a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sparc/include/asm/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ struct stat {
ino_t st_ino;
mode_t st_mode;
short st_nlink;
uid16_t st_uid;
gid16_t st_gid;
unsigned short st_uid;
unsigned short st_gid;
unsigned short st_rdev;
off_t st_size;
time_t st_atime;
Expand Down

0 comments on commit 7469a9a

Please sign in to comment.