projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04e879
)
sparc: Fix use of uid16_t and gid16_t in asm/stat.h
author
Rob Landley
<rob@landley.net>
Sat, 27 Mar 2010 15:36:18 +0000
(08:36 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 27 Mar 2010 15:36:18 +0000
(08:36 -0700)
Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/stat.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/include/asm/stat.h
b/arch/sparc/include/asm/stat.h
index 39327d6a57eb3b60b50d5bd47473c9f14223581c..a232e9e1f4e515d19e8f089872a797c746241777 100644
(file)
--- a/
arch/sparc/include/asm/stat.h
+++ b/
arch/sparc/include/asm/stat.h
@@
-53,8
+53,8
@@
struct stat {
ino_t st_ino;
mode_t st_mode;
short st_nlink;
- u
id16_t
st_uid;
-
gid16_t
st_gid;
+ u
nsigned short
st_uid;
+
unsigned short
st_gid;
unsigned short st_rdev;
off_t st_size;
time_t st_atime;