[Nagiosplug-checkins] CVS: nagiosplug/plugins utils.c,1.15,1.16

Karl DeBisschop kdebisschop at users.sourceforge.net
Wed Jan 15 21:22:01 CET 2003


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

Modified Files:
	utils.c 
Log Message:
restore max() macro

Index: utils.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/utils.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** utils.c	13 Jan 2003 12:15:16 -0000	1.15
--- utils.c	16 Jan 2003 05:21:18 -0000	1.16
***************
*** 66,69 ****
--- 66,71 ----
   ****************************************************************************/
  
+ #define max(a,b) (((a)>(b))?(a):(b))
+ 
  int
  max_state (int a, int b)





More information about the Commits mailing list