commit | f90377ecb7ffd65c39d278b8cfc3c24fb9da374e | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 16:59:36 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 16:59:36 2005 +0200 |
tree | 7f2655d0895a4601d55734103f359c47f1313e4b | |
parent | 42ae5673b1abba5f064d42c18b40c7f48089bb28 [diff] [blame] |
Add cramfs support for m68k Patch by Zachary Landau, 21 Feb 2005
diff --git a/include/linux/stat.h b/include/linux/stat.h index 63a96f1..2f7a3b3 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h
@@ -67,7 +67,7 @@ #endif /* __PPC__ */ -#if defined (__ARM__) || defined (__I386__) +#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) struct stat { unsigned short st_dev;