summaryrefslogtreecommitdiffstats
path: root/include/partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/partition.h b/include/partition.h
index 0827bb40c6..8ad7490d85 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -8,7 +8,7 @@ struct partition {
int flags;
- unsigned long offset;
+ loff_t offset;
struct device_d *physdev;
struct device_d device;