bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/9] libdiskfs: use correct type for disk offsets


From: Justus Winter
Subject: [PATCH 3/9] libdiskfs: use correct type for disk offsets
Date: Fri, 6 Jun 2014 16:42:12 +0200

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]