summaryrefslogtreecommitdiff
path: root/libmisc
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:48:42 +0200
commitf2a5f57a20ffa007abc1fa24df1f76e18b74a425 (patch)
treeb12a498e17371cfbb224469fc12d658605cb4913 /libmisc
parent34d5069ab4187aece1b711a86af705ff121ac62d (diff)
downloadacl-f2a5f57a20ffa007abc1fa24df1f76e18b74a425.tar.gz
telldir return value and seekdir second parameters are of type long
not off_t .. since a pretty long time.
Diffstat (limited to 'libmisc')
-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 = {