Skip to content
Snippets Groups Projects
Commit 7469a9ac authored by Rob Landley's avatar Rob Landley Committed by David S. Miller
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment