summaryrefslogtreecommitdiffstats
path: root/include/linux/stat.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 16:59:36 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 16:59:36 +0200
commitb66eb5282d568225abad5b3b61cc0968be35fc0d (patch)
tree7f2655d0895a4601d55734103f359c47f1313e4b /include/linux/stat.h
parentbd51626c8df13b5319424352019115750d6d1186 (diff)
downloadbarebox-b66eb5282d568225abad5b3b61cc0968be35fc0d.tar.gz
barebox-b66eb5282d568225abad5b3b61cc0968be35fc0d.tar.xz
Add cramfs support for m68k
Patch by Zachary Landau, 21 Feb 2005
Diffstat (limited to 'include/linux/stat.h')
-rw-r--r--include/linux/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h
index 63a96f13cc..2f7a3b36ac 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;