From 8eb8c9dfebda600cb5c299791b86a25e6277ac93 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 19 May 2012 10:16:30 -0400 Subject: [PATCH] --- yaml --- r: 310014 b: refs/heads/master c: e57f93cc53b772b2049222410cf6a141a724529a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/include/asm/stat.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2e221a13094c..7e260cc7d945 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dcc62b6b38334075271eaffb1dc42cd47ceb5692 +refs/heads/master: e57f93cc53b772b2049222410cf6a141a724529a diff --git a/trunk/arch/powerpc/include/asm/stat.h b/trunk/arch/powerpc/include/asm/stat.h index e4edc510b530..10cfb558e0fd 100644 --- a/trunk/arch/powerpc/include/asm/stat.h +++ b/trunk/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 short 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;