r3985: Fix bug with 64bit fs support
authorJelmer Vernooij <jelmer@samba.org>
Sat, 27 Nov 2004 18:57:44 +0000 (18:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:27 +0000 (10:53 -0500)
(This used to be commit 5cee4e94786c6fd63dab1a9805914a9ce6aa7227)

source3/modules/vfs_netatalk.c

index ae6286e292d96c9eaf761344db7559b57270c476..eea00f1275a26df41e49a4ff0ce0ece96003378a 100644 (file)
@@ -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;