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
d3b41f55
Commit
d3b41f55
authored
Aug 04, 2003
by
David Mosberger
Committed by
David Mosberger
Aug 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Define fsid_t for kernel purposes.
parent
3801c3a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
include/asm-ia64/statfs.h
include/asm-ia64/statfs.h
+7
-2
No files found.
include/asm-ia64/statfs.h
View file @
d3b41f55
...
@@ -2,10 +2,15 @@
...
@@ -2,10 +2,15 @@
#define _ASM_IA64_STATFS_H
#define _ASM_IA64_STATFS_H
/*
/*
* Copyright (C) 1998, 1999 Hewlett-Packard Co
* Copyright (C) 1998, 1999
, 2003
Hewlett-Packard Co
*
Copyright (C) 1998, 1999
David Mosberger-Tang <davidm@hpl.hp.com>
*
David Mosberger-Tang <davidm@hpl.hp.com>
*/
*/
#ifndef __KERNEL_STRICT_NAMES
# include <linux/types.h>
typedef
__kernel_fsid_t
fsid_t
;
#endif
/*
/*
* This is ugly --- we're already 64-bit, so just duplicate the definitions
* This is ugly --- we're already 64-bit, so just duplicate the definitions
*/
*/
...
...
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