summaryrefslogtreecommitdiff
path: root/source3/smbd/groupname.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/groupname.c')
-rw-r--r--source3/smbd/groupname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/groupname.c b/source3/smbd/groupname.c
index 3183c5c83c..6616d0d157 100644
--- a/source3/smbd/groupname.c
+++ b/source3/smbd/groupname.c
@@ -68,7 +68,7 @@ void load_groupname_map(void)
static time_t groupmap_file_last_modified = (time_t)0;
static BOOL initialized = False;
char *groupname_map_file = lp_groupname_map();
- struct stat st;
+ SMB_STRUCT_STAT st;
FILE *fp;
char *s;
pstring buf;