David S. Miller 2531be413b sparc32: Fix struct stat uid/gid types.
Commit 085219f79cad89291699bd2bfb21c9fdabafe65f
("sparc32: use proper types in struct stat")

Accidently changed the struct stat uid/gid members
to uid_t and gid_t, but those get set to
__kernel_uid32_t and __kernel_gid32_t respectively.
Those are of type 'int' but the structure is meant
to have 'short'.  So use uid16_t and gid16_t to
correct this.

Reported-by: Rob Landley <rob@landley.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-21 18:03:16 -08:00
..
2010-02-10 09:20:33 -08:00
2009-12-16 07:20:12 -08:00
2010-02-12 08:51:58 -08:00
2010-02-09 09:46:23 +01:00
2010-02-15 14:17:45 +09:00
2010-01-14 09:05:26 -05:00