diff options
Diffstat (limited to 'include/linux/stat.h')
| -rw-r--r-- | include/linux/stat.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/stat.h b/include/linux/stat.h index 63a96f13c..2f7a3b36a 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -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; |