-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 113627 b: refs/heads/master c: 92a7507 h: refs/heads/master i: 113625: 98bf92c 113623: 922a144 v: v3
- Loading branch information
David Woodhouse
authored and
David Woodhouse
committed
Sep 4, 2008
1 parent
944f8df
commit 4c9d210
Showing
3 changed files
with
53 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: aa7a7fb3990ffc74945494cbd2fc6e920825ee2c | ||
refs/heads/master: 92a7507926b0698711ed010288b57582776eec31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
#ifndef _ALPHA_STATFS_H | ||
#define _ALPHA_STATFS_H | ||
|
||
/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't | ||
even seem to implement statfs64 */ | ||
#define __statfs_word __u32 | ||
|
||
#include <asm-generic/statfs.h> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters