]> err.no Git - linux-2.6/blobdiff - include/linux/proc_fs.h
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6] / include / linux / proc_fs.h
index 135871df991103b661eb5e78e0c0c30084fc278d..4b47a0253425f9be28430757b1275d72a1245dae 100644 (file)
@@ -79,7 +79,7 @@ struct kcore_list {
 struct vmcore {
        struct list_head list;
        unsigned long long paddr;
-       unsigned long size;
+       unsigned long long size;
        loff_t offset;
 };