Commit 7469a9ac authored by Rob Landley's avatar Rob Landley Committed by David S. Miller

sparc: Fix use of uid16_t and gid16_t in asm/stat.h

Signed-off-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f04e879b
...@@ -53,8 +53,8 @@ struct stat { ...@@ -53,8 +53,8 @@ struct stat {
ino_t st_ino; ino_t st_ino;
mode_t st_mode; mode_t st_mode;
short st_nlink; short st_nlink;
uid16_t st_uid; unsigned short st_uid;
gid16_t st_gid; unsigned short st_gid;
unsigned short st_rdev; unsigned short st_rdev;
off_t st_size; off_t st_size;
time_t st_atime; time_t st_atime;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment