* libdiskfs/diskfs.h (struct peropen): Use off_t for filepointer. --- libdiskfs/diskfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 2c68aa3..e328527 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; -- 2.0.0.rc2