From 2320b2144fcb1236c082278444e3c6df998e17ec Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:18:14 +1100 Subject: build: Remove SMB_STRUCT_DIRENT 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 6b23450987..ae16d06a94 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -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)); -- cgit