build: Remove SMB_STRUCT_DIRENT define
[bbaumbach/samba-autobuild/.git] / libgpo / gpext / gpext.c
index 6b2345098760b91ac26e810716ea44c1507854ea..ae16d06a94ecfec25b66d4deef8740d505b2673b 100644 (file)
@@ -488,7 +488,7 @@ static NTSTATUS gp_glob_ext_list(TALLOC_CTX *mem_ctx,
                                 size_t *ext_list_len)
 {
        SMB_STRUCT_DIR *dir = NULL;
-       SMB_STRUCT_DIRENT *dirent = NULL;
+       struct dirent *dirent = NULL;
 
        dir = opendir(modules_path(talloc_tos(), 
                                       SAMBA_SUBSYSTEM_GPEXT));