More fixes towards warnings on the IRIX compiler
commit30d0998c8c1a1d4de38ef0fbc83c2b763e05a3e6
authorAndrew Bartlett <abartlet@samba.org>
Sat, 20 Jul 2002 13:02:47 +0000 (20 13:02 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 20 Jul 2002 13:02:47 +0000 (20 13:02 +0000)
tree92267ca941b30f8981ff7aaff4ee63f3568c4035
parent860f5b1a0c1898f1ce380d249610eeaaeb43b9e0
More fixes towards warnings on the IRIX compiler
(and yes, some of these are real bugs)

In particular, the samr code was doing an &foo of various types, to a function
that assumed uint32.  If time_t isn't 32 bits long, that broke.

They are assignment compatible however, so use that and an intermediate
variable.

Andrew Bartlett
source/client/smbspool.c
source/libads/ldap.c
source/passdb/secrets.c
source/printing/load.c
source/printing/pcap.c
source/printing/print_svid.c
source/rpc_server/srv_samr_nt.c
source/utils/net_rpc_join.c