[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


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,...)
  {





More information about the Commits mailing list