build: Remove SMB_STRUCT_DIRENT define
[metze/samba-autobuild/.git] / source3 / modules / vfs_netatalk.c
index 4e5df48ac88f35ee05199602744a40810b59285e..c4a65e07ff8bee94100b5115677d68c915097642 100644 (file)
@@ -152,7 +152,7 @@ static void atalk_add_to_list(name_compare_entry **list)
 static void atalk_rrmdir(TALLOC_CTX *ctx, char *path)
 {
        char *dpath;
-       SMB_STRUCT_DIRENT *dent = 0;
+       struct dirent *dent = 0;
        SMB_STRUCT_DIR *dir;
 
        if (!path) return;