From cdac18c62775472d33b22674ba0df20601e05d7d Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 9 Sep 1997 19:41:50 +0000 Subject: (netfs_S_dir_lookup): Fix type signature of short_circuited_callback1. --- libnetfs/dir-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/dir-lookup.c') diff --git a/libnetfs/dir-lookup.c b/libnetfs/dir-lookup.c index 8899e110..89418010 100644 --- a/libnetfs/dir-lookup.c +++ b/libnetfs/dir-lookup.c @@ -201,7 +201,7 @@ netfs_S_dir_lookup (struct protid *diruser, S_ISLNK and S_IFSOCK are handled elsewhere. */ error_t short_circuited_callback1 (void *cookie1, void *cookie2, uid_t *uid, gid_t *gid, - char **argz, int *argz_len) + char **argz, size_t *argz_len) { struct node *np = cookie1; error_t err; -- cgit v1.2.3