|
From: Jan-Benedict G. <jb...@us...> - 2004-09-19 16:40:25
|
Update of /cvsroot/linux-vax/kernel-2.5/fs/ods2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13748 Modified Files: ods2.h super.c Log Message: - struct statfs is in <asm/statfs.h>. Index: super.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/super.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- super.c 19 Sep 2004 16:37:06 -0000 1.2 +++ super.c 19 Sep 2004 16:40:16 -0000 1.3 @@ -18,6 +18,7 @@ #include <linux/slab.h> #include <linux/init.h> #include <linux/blkdev.h> +#include <asm/statfs.h> #include <asm/uaccess.h> #include "ods2.h" Index: ods2.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/ods2.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ods2.h 19 Sep 2004 09:47:49 -0000 1.1 +++ ods2.h 19 Sep 2004 16:40:16 -0000 1.2 @@ -11,6 +11,8 @@ * */ +#include <asm/statfs.h> + /* The followinf structures are defined in the book "VMS File System Internals" |