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 --- libgpo/gpext/gpext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpo/gpext') diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index ae16d06a94..8bda729d69 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -487,7 +487,7 @@ static NTSTATUS gp_glob_ext_list(TALLOC_CTX *mem_ctx, const char ***ext_list, size_t *ext_list_len) { - SMB_STRUCT_DIR *dir = NULL; + DIR *dir = NULL; struct dirent *dirent = NULL; dir = opendir(modules_path(talloc_tos(), -- cgit