Nagios3-CVS Patch - logging.c needs <stdarg.h>

Hendrik Baecker andurin at process-zero.de
Sat Apr 28 11:38:40 CEST 2007


Hi List,
Hi Ethan,

logging.c is actually broken cause of needing header file stdarg.h for
va_list macro used in logging.c on line 532.

autoconf checks for this, but it's not included in the include/config.h.in.

Since stdarg is a standard headerfile (i think) a #ifdef would not be
necessary.

Here's a patch that works fine for me.

Best wishes
Hendrik

-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.h.in.patch
Type: text/x-patch
Size: 373 bytes
Desc: not available
URL: <https://www.monitoring-lists.org/archive/developers/attachments/20070428/5d7204ba/attachment.bin>
-------------- next part --------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
-------------- next part --------------
_______________________________________________
Nagios-devel mailing list
Nagios-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-devel


More information about the Developers mailing list