Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e57f93cc authored by Al Viro's avatar Al Viro
Browse files

powerpc: get rid of nlink_t uses, switch to explicitly-sized type



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent dcc62b6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;