CVS update: samba/source/printing

abartlet at samba.org abartlet at samba.org
Sat Jul 20 23:02:46 EST 2002


Date:	Sat Jul 20 06:02:46 2002
Author:	abartlet

Update of /data/cvs/samba/source/printing
In directory va:/tmp/cvs-serv7317/printing

Modified Files:
	load.c pcap.c print_svid.c 
Log Message:
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


Revisions:
load.c		1.6 => 1.7
	http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/load.c?r1=1.6&r2=1.7
pcap.c		1.24 => 1.25
	http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/pcap.c?r1=1.24&r2=1.25
print_svid.c		1.18 => 1.19
	http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/print_svid.c?r1=1.18&r2=1.19




More information about the samba-cvs mailing list