summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_netatalk.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-27 18:57:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:27 -0500
commit06f4c0265999168e54f27a22ead48cdef3d65a12 (patch)
treeb1c1d7041e3a4432067303de76b210a1838b6dee /source3/modules/vfs_netatalk.c
parent2956b574df1126244c6b8400641e12dd145df06b (diff)
downloadsamba-06f4c0265999168e54f27a22ead48cdef3d65a12.tar.gz
samba-06f4c0265999168e54f27a22ead48cdef3d65a12.tar.bz2
samba-06f4c0265999168e54f27a22ead48cdef3d65a12.zip
r3985: Fix bug with 64bit fs support
(This used to be commit 5cee4e94786c6fd63dab1a9805914a9ce6aa7227)
Diffstat (limited to 'source3/modules/vfs_netatalk.c')
-rw-r--r--source3/modules/vfs_netatalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_netatalk.c b/source3/modules/vfs_netatalk.c
index ae6286e292..eea00f1275 100644
--- a/source3/modules/vfs_netatalk.c
+++ b/source3/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;