From f6e053202481631b12d75f6a552ee1aa8b355064 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:22:03 +1100 Subject: build: Remove SMB_STRUCT_DIR define --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index 40ba23ef40..3bfe8e94a7 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -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; -- cgit