summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/diskfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index 2c68aa34..e3285271 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -56,7 +56,7 @@ struct protid
/* One of these is created for each node opened by dir_lookup. */
struct peropen
{
- int filepointer;
+ off_t filepointer;
int lock_status;
refcount_t refcnt;
int openstat;