aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/stat.h')
-rw-r--r--arch/powerpc/include/asm/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/stat.h b/arch/powerpc/include/asm/stat.h
index e4edc510b530..84880b80cc1c 100644
--- a/arch/powerpc/include/asm/stat.h
+++ b/arch/powerpc/include/asm/stat.h
@@ -30,11 +30,11 @@ struct stat {
unsigned long st_dev;
ino_t st_ino;
#ifdef __powerpc64__
- nlink_t st_nlink;
+ unsigned long st_nlink;
mode_t st_mode;
#else
mode_t st_mode;
- nlink_t st_nlink;
+ unsigned short st_nlink;
#endif
uid_t st_uid;
gid_t st_gid;