[Nagiosplug-checkins] CVS: nagiosplug/plugins snprintf.c,1.2,1.3
Karl DeBisschop
kdebisschop at users.sourceforge.net
Fri Nov 8 19:17:01 CET 2002
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.9,1.10
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_pgsql.c,1.2,1.3 check_ping.c,1.7,1.8 check_snmp.c,1.10,1.11 negate.c,1.2,1.3 utils.h.in,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv28199
Modified Files:
snprintf.c
Log Message:
HAVE_C99_SNPRINTF is not tested, so remove from ifdef
Index: snprintf.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/snprintf.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** snprintf.c 16 Oct 2002 04:52:02 -0000 1.2
--- snprintf.c 9 Nov 2002 03:16:14 -0000 1.3
***************
*** 790,794 ****
* linkers? -- mbp
*/
! #if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF)
int snprintf(char *str,size_t count,const char *fmt,...)
{
--- 790,794 ----
* linkers? -- mbp
*/
! #if !defined(HAVE_SNPRINTF) /* || !defined(HAVE_C99_SNPRINTF) */
int snprintf(char *str,size_t count,const char *fmt,...)
{
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.9,1.10
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_pgsql.c,1.2,1.3 check_ping.c,1.7,1.8 check_snmp.c,1.10,1.11 negate.c,1.2,1.3 utils.h.in,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list