One more compile warning fix for Solaris

Matt Seitz matt.seitz at quantum.com
Fri May 17 13:07:01 GMT 2002


From: Richard Bollinger [mailto:rabollinger at attbi.com]
>- int fromlen = sizeof(from);
>+ unsigned int fromlen = sizeof(from);

Wouldn't the following be more portable?
	size_t fromlen = sizeof(from);

Sincerely,

Matt Seitz
Senior Software Engineer
Quantum Corporation




More information about the samba-technical mailing list