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
nexedi
linux
Commits
1dfb5751
Commit
1dfb5751
authored
May 19, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: get rid of nlink_t, switch to explicitly-sized type
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
e57f93cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/parisc/include/asm/stat.h
arch/parisc/include/asm/stat.h
+2
-2
No files found.
arch/parisc/include/asm/stat.h
View file @
1dfb5751
...
...
@@ -7,7 +7,7 @@ struct stat {
unsigned
int
st_dev
;
/* dev_t is 32 bits on parisc */
ino_t
st_ino
;
/* 32 bits */
mode_t
st_mode
;
/* 16 bits */
nlink_t
st_nlink
;
/* 16 bits */
unsigned
short
st_nlink
;
/* 16 bits */
unsigned
short
st_reserved1
;
/* old st_uid */
unsigned
short
st_reserved2
;
/* old st_gid */
unsigned
int
st_rdev
;
...
...
@@ -42,7 +42,7 @@ struct hpux_stat64 {
unsigned
int
st_dev
;
/* dev_t is 32 bits on parisc */
ino_t
st_ino
;
/* 32 bits */
mode_t
st_mode
;
/* 16 bits */
nlink_t
st_nlink
;
/* 16 bits */
unsigned
short
st_nlink
;
/* 16 bits */
unsigned
short
st_reserved1
;
/* old st_uid */
unsigned
short
st_reserved2
;
/* old st_gid */
unsigned
int
st_rdev
;
...
...
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