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
4ee1303a
Commit
4ee1303a
authored
Oct 29, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.6.14-rc1 updates for MIPS compat types.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
b4f8c423
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
include/asm-mips/compat.h
include/asm-mips/compat.h
+6
-6
No files found.
include/asm-mips/compat.h
View file @
4ee1303a
...
...
@@ -15,10 +15,10 @@ typedef s32 compat_clock_t;
typedef
s32
compat_suseconds_t
;
typedef
s32
compat_pid_t
;
typedef
u
32
__compat_uid_t
;
typedef
u
32
__compat_gid_t
;
typedef
u32
__compat_uid32_t
;
typedef
u32
__compat_gid32_t
;
typedef
s
32
__compat_uid_t
;
typedef
s
32
__compat_gid_t
;
typedef
__compat_uid_t
__compat_uid32_t
;
typedef
__compat_gid_t
__compat_gid32_t
;
typedef
u32
compat_mode_t
;
typedef
u32
compat_ino_t
;
typedef
u32
compat_dev_t
;
...
...
@@ -54,8 +54,8 @@ struct compat_stat {
compat_ino_t
st_ino
;
compat_mode_t
st_mode
;
compat_nlink_t
st_nlink
;
__compat_uid
32
_t
st_uid
;
__compat_gid
32
_t
st_gid
;
__compat_uid_t
st_uid
;
__compat_gid_t
st_gid
;
compat_dev_t
st_rdev
;
s32
st_pad2
[
2
];
compat_off_t
st_size
;
...
...
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