build: Remove SMB_STRUCT_DIR define
[metze/samba/wip.git] / source3 / client / client.c
index 40ba23ef4079866f130f797d7bf51ed04cd3fba2..3bfe8e94a7ef419f444907a9534c829af16a113b 100644 (file)
@@ -2074,7 +2074,7 @@ static int cmd_select(void)
 static int file_find(struct file_list **list, const char *directory,
                      const char *expression, bool match)
 {
-       SMB_STRUCT_DIR *dir;
+       DIR *dir;
        struct file_list *entry;
         struct stat statbuf;
         int ret;