[Nagiosplug-devel] Re: Report on nagios-plugins-200211181100 for Solaris
Karl DeBisschop
kdebisschop at mail.debisschop.net
Tue Nov 19 07:13:08 CET 2002
Voon, Ton writes:
> The man page for recv on SunOS 5.6: <<recv.txt>>
> I changed line 101 from:
> result = recv (sd, &raw_server_time, sizeof (raw_server_time), 0);
> to:
> result = recv (sd, (void *)&raw_server_time, sizeof
> (raw_server_time), 0);
> and this seemed to compile fine, but I'm not sure if this is a good fix.
I believe it is a perfectly fine fix.
Thanks.
--
Karl
More information about the Devel
mailing list