Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e57f93cc
Commit
e57f93cc
authored
May 19, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: get rid of nlink_t uses, switch to explicitly-sized type
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
dcc62b6b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/powerpc/include/asm/stat.h
arch/powerpc/include/asm/stat.h
+2
-2
No files found.
arch/powerpc/include/asm/stat.h
View file @
e57f93cc
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment