diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-15 20:45:53 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-15 20:47:00 +0200 |
commit | 722765213bcda1de93d2fe7d64b89c8b7a37f29e (patch) | |
tree | d3d9c162a070db37ee1596427cd2fa68481bd138 /source4/libnet/libnet_group.h | |
parent | dea2e4690a188a5ff06c9df354befe65cbcb320c (diff) | |
download | samba-722765213bcda1de93d2fe7d64b89c8b7a37f29e.tar.gz |
s4:libnet: rename uint => uint32_t because uint is not portable
metze
Diffstat (limited to 'source4/libnet/libnet_group.h')
-rw-r--r-- | source4/libnet/libnet_group.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libnet/libnet_group.h b/source4/libnet/libnet_group.h index b80d3449c8e..8ac47437fd2 100644 --- a/source4/libnet/libnet_group.h +++ b/source4/libnet/libnet_group.h @@ -58,11 +58,11 @@ struct libnet_GroupList { struct { const char *domain_name; int page_size; - uint resume_index; + uint32_t resume_index; } in; struct { int count; - uint resume_index; + uint32_t resume_index; struct grouplist { const char *sid; |