Add cramfs support for m68k

Patch by Zachary Landau, 21 Feb 2005
This commit is contained in:
Wolfgang Denk 2005-09-25 16:59:36 +02:00
parent bd51626c8d
commit b66eb5282d
3 changed files with 26 additions and 1 deletions

View file

@ -67,7 +67,7 @@ struct stat {
#endif /* __PPC__ */
#if defined (__ARM__) || defined (__I386__)
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__)
struct stat {
unsigned short st_dev;