summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2014-06-10 14:34:50 -0400
committerAndreas Gruenbacher <agruen@linbit.com>2014-06-10 21:49:12 +0200
commit50fc862d69984089ce09138b3350ee7762290403 (patch)
treebcd5fe8ef190d4522cccc1fe49cb4bd3b2b7531f
parent0fb61a4d201a7e6c73c4f7db5559c6561676c213 (diff)
downloadattr-50fc862d69984089ce09138b3350ee7762290403.tar.gz
telldir return value and seekdir second parameters are of type long
not off_t .. since a pretty long time.
-rw-r--r--libmisc/walk_tree.c2
1 files changed, 1 insertions, 1 deletions
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 = {