More fixes towards warnings on the IRIX compiler
authorAndrew Bartlett <abartlet@samba.org>
Sat, 20 Jul 2002 13:02:47 +0000 (13:02 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 20 Jul 2002 13:02:47 +0000 (13:02 +0000)
commit29075c97d3b7111e2565ede1cd0f000fd2534375
tree683ef138ee8a4ddd5cf078222ca433fc808d6423
parent9175bd2fe79684066a08e09860cf3a0bdb02d5c5
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
(This used to be commit 30d0998c8c1a1d4de38ef0fbc83c2b763e05a3e6)
source3/client/smbspool.c
source3/libads/ldap.c
source3/passdb/secrets.c
source3/printing/load.c
source3/printing/pcap.c
source3/printing/print_svid.c
source3/rpc_server/srv_samr_nt.c
source3/utils/net_rpc_join.c