blob: 1a19b85daa27089b6b614be157ad5120cfa5f640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- linux/include/linux/jffs2_fs_i.h.old 2003-02-01 00:24:48.000000000 -0600
+++ linux/include/linux/jffs2_fs_i.h 2003-02-01 00:25:14.000000000 -0600
@@ -48,9 +48,11 @@
uint32_t nr_frags;
#endif
+#ifdef KERNEL_VERSION
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,2)
struct inode vfs_inode;
#endif
+#endif
};
#endif /* _JFFS2_FS_I */
|