r15072: Last bit of 32/64 bit portabilities fixes for winbind
commitafcbaf8f5867949477249cc86662f370fd329e3d
authorGerald Carter <jerry@samba.org>
Thu, 13 Apr 2006 12:03:12 +0000 (13 12:03 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 13 Apr 2006 12:03:12 +0000 (13 12:03 +0000)
treead4f91eda7c790c2d3c4e75a2ca8dd8e59418a36
parent39db7610aa925c8de1ccbe5c96cfce86a8fa7e72
r15072: Last bit of 32/64 bit portabilities fixes for winbind
clients and aservers.  Strange compiler-fu on 64-bit
SLES9 says sizeof(time_t) == 4 but the memory alignment
is on 8 bytes.  Change time_t to uint32 to fix alignment.
Remove 'char **gr_mem' from struct winbindd_gr since
it was not being used.
source/include/includes.h
source/nsswitch/winbind_nss_config.h
source/nsswitch/winbindd_nss.h