diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-04-12 16:54:43 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-04-12 16:54:43 -0400 |
| commit | a890b15c0990cc8d686edcc85f5fccde71ad5ce9 (patch) | |
| tree | 73162355b58283a2531f13fbbf663809f95c1483 /include/linux/proc_fs.h | |
| parent | 79fa1b677be3a985cc66b9218a4dd09818f1051b (diff) | |
| parent | 26ec634c31a11a003040e10b4d650495158632fd (diff) | |
Merge branch 'upstream'
Diffstat (limited to 'include/linux/proc_fs.h')
| -rw-r--r-- | include/linux/proc_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 135871df9911..4b47a0253425 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
| @@ -79,7 +79,7 @@ struct kcore_list { | |||
| 79 | struct vmcore { | 79 | struct vmcore { |
| 80 | struct list_head list; | 80 | struct list_head list; |
| 81 | unsigned long long paddr; | 81 | unsigned long long paddr; |
| 82 | unsigned long size; | 82 | unsigned long long size; |
| 83 | loff_t offset; | 83 | loff_t offset; |
| 84 | }; | 84 | }; |
| 85 | 85 | ||
