build: Remove SMB_STRUCT_DIR define
[kai/samba.git] / source3 / modules / vfs_onefs_shadow_copy.c
index 3b25942e68662f489d8f6fa4956a3399e4c4618c..c9b6f0809695e80f3eda9f075455e1da3f6b31d3 100644 (file)
@@ -186,13 +186,13 @@ onefs_shadow_copy_statvfs(struct vfs_handle_struct *handle, const char *path,
                    int);
 }
 
-static SMB_STRUCT_DIR *
+static DIR *
 onefs_shadow_copy_opendir(vfs_handle_struct *handle, const char *path,
                          const char *mask, uint32_t attr)
 {
        SHADOW_NEXT(OPENDIR,
                    (handle, cpath ?: path, mask, attr),
-                   SMB_STRUCT_DIR *);
+                   DIR *);
 }
 
 static int