acl-devel
[Top][All Lists]
Advanced

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

[Acl-devel] [PATCH] telldir return value and seekdir second parameters a


From: Cristian Rodríguez
Subject: [Acl-devel] [PATCH] telldir return value and seekdir second parameters are of type long
Date: Tue, 10 Jun 2014 14:34:50 -0400

not off_t .. since a pretty long time.
---
 libmisc/walk_tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmisc/walk_tree.c b/libmisc/walk_tree.c
index 2be9d47..a93a662 100644
--- a/libmisc/walk_tree.c
+++ b/libmisc/walk_tree.c
@@ -34,7 +34,7 @@ struct entry_handle {
        dev_t dev;
        ino_t ino;
        DIR *stream;
-       off_t pos;
+       long pos;
 };
 
 struct entry_handle head = {
-- 
1.8.4.5




reply via email to

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