[Nagiosplug-checkins] CVS: nagiosplug/plugins utils.h,1.17,1.18

Ton Voon tonvoon at users.sourceforge.net
Mon Nov 10 03:16:06 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv23860

Modified Files:
	utils.h 
Log Message:
- typo fixes


Index: utils.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/utils.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** utils.h	28 Aug 2003 03:20:25 -0000	1.17
--- utils.h	10 Nov 2003 11:15:23 -0000	1.18
***************
*** 1,7 ****
! /* header file for nagios plugins utils.c */
  
! /* this file should be included in all plugins */
  
! /* The purpose of this package is to provide safer alternantives to C
  functions that might otherwise be vulnerable to hacking. This
  currently includes a standard suite of validation routines to be sure
--- 1,7 ----
! /* Header file for nagios plugins utils.c */
  
! /* This file should be included in all plugins */
  
! /* The purpose of this package is to provide safer alternatives to C
  functions that might otherwise be vulnerable to hacking. This
  currently includes a standard suite of validation routines to be sure
***************
*** 9,13 ****
  suite of string handling routine that do their own memory management
  in order to resist overflow attacks. In addition, a few functions are
! provided to standardize version and error reporting accross the entire
  suite of plugins. */
  
--- 9,13 ----
  suite of string handling routine that do their own memory management
  in order to resist overflow attacks. In addition, a few functions are
! provided to standardize version and error reporting across the entire
  suite of plugins. */
  
***************
*** 47,51 ****
  int is_option (char *);
  
! /* generalized timer that will do milliseconds if available */
  #ifndef HAVE_STRUCT_TIMEVAL
  struct timeval {
--- 47,51 ----
  int is_option (char *);
  
! /* Generalized timer that will do milliseconds if available */
  #ifndef HAVE_STRUCT_TIMEVAL
  struct timeval {





More information about the Commits mailing list