about summary refs log tree commit diff
path: root/mlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'mlist.c')
-rw-r--r--mlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mlist.c b/mlist.c
index 085fe7d..ddc23c9 100644
--- a/mlist.c
+++ b/mlist.c
@@ -109,7 +109,8 @@ struct linux_dirent64 {
 void
 listdir(char *dir)
 {
-	int fd, nread;
+	int fd;
+	ssize_t nread;
 	char buf[BUF_SIZE];
 	struct linux_dirent64 *d;
 	int bpos;