>From e437eac25b0b00071502846bd155052da94fccc1 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 5 Jan 2011 12:41:21 +0100 Subject: [PATCH 4/7] Add missing xfs_read prototype --- fsys_xfs.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/fsys_xfs.c b/fsys_xfs.c index 1db60ae..6527da9 100644 --- a/fsys_xfs.c +++ b/fsys_xfs.c @@ -326,6 +326,9 @@ roundup8 (int n) return ((n+7)&~7); } +static int +xfs_read (fsi_file_t *ffi, char *buf, int len); + static char * next_dentry (fsi_file_t *ffi, xfs_ino_t *ino) { -- 1.7.2.3