From 5cee4e94786c6fd63dab1a9805914a9ce6aa7227 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 27 Nov 2004 18:57:44 +0000 Subject: [PATCH] r3985: Fix bug with 64bit fs support --- source/modules/vfs_netatalk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/vfs_netatalk.c b/source/modules/vfs_netatalk.c index ae6286e292d..eea00f1275a 100644 --- a/source/modules/vfs_netatalk.c +++ b/source/modules/vfs_netatalk.c @@ -148,7 +148,7 @@ static void atalk_add_to_list(name_compare_entry **list) static void atalk_rrmdir(TALLOC_CTX *ctx, char *path) { char *dpath; - struct dirent *dent = 0; + SMB_STRUCT_DIRENT *dent = 0; DIR *dir; if (!path) return; -- 2.11.4.GIT