X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/e6fde1f73e5a102d808e0b2dc7f3367b7054dc5b..9c6e61f23dd65086378606be16d3740d909477d4:/agedu.c diff --git a/agedu.c b/agedu.c index 4914057..c3ac6a7 100644 --- a/agedu.c +++ b/agedu.c @@ -82,7 +82,7 @@ static void dump_line(const char *pathname, const struct trie_file *tf) putchar('\n'); } -static int gotdata(void *vctx, const char *pathname, const struct stat64 *st) +static int gotdata(void *vctx, const char *pathname, const STRUCT_STAT *st) { struct ctx *ctx = (struct ctx *)vctx; struct trie_file file;