linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / stat.h
index 512df98..289a968 100644 (file)
@@ -70,7 +70,7 @@ struct kstat {
        struct timespec mtime;
        struct timespec ctime;
        unsigned long   blksize;
-       unsigned long long      blocks;
+       unsigned long   blocks;
 };
 
 #endif