Re: [Nagios-devel] Minor fixes

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Minor fixes

Post by Guest »

Thanks - will be in CVS soon.

On 27 Apr 2005 at 21:38, Andreas Ericsson wrote:

> Ahoy all.
>
> It's been awfully quiet on this list for quite some time, so I thought
> it was time to make something happen.
>
> Attached are two patches. One (nagios-clean-compile.diff) that makes
> Nagios base build cleanly with all the warnings of base/Makefile (at
> least on x86 with gcc-3.4.3, glibc-2.3.3 and headers from the 2.4.30
> kernel).
>
> The other (nagios-wide-std-conform.diff) replaces bzero(3) and
> index(3) calls with memset(3) and strchr(3), respectively. The reason
> for this is that memset and strchr conforms to SVID3, ISO9899 and
> BSD4.3, while bzero and index only conforms to BSD4.3. bzero is also
> deprecated according to the man-page.
>
> Apply with patch -p1. nagios-clean-compile needs to be applied first.
>
> --
> Andreas Ericsson [email protected]
> OP5 AB www.op5.se
> Lead Developer
>



Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked