summaryrefslogtreecommitdiff
path: root/source/nsswitch/nss_info_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/nsswitch/nss_info_template.c')
-rw-r--r--source/nsswitch/nss_info_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/nss_info_template.c b/source/nsswitch/nss_info_template.c
index 2a144288021..845371e53ba 100644
--- a/source/nsswitch/nss_info_template.c
+++ b/source/nsswitch/nss_info_template.c
@@ -42,7 +42,7 @@ static NTSTATUS nss_template_get_info( struct nss_domain_entry *e,
char **homedir,
char **shell,
char **gecos,
- uint32 *gid )
+ gid_t *gid )
{
if ( !homedir || !shell || !gecos )
return NT_STATUS_INVALID_PARAMETER;