[Nagiosplug-checkins] CVS: nagiosplug/plugins check_hpjd.c,1.6,1.7
Karl DeBisschop
kdebisschop at users.sourceforge.net
Wed Jan 15 22:11:04 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv5279/plugins
Modified Files:
check_hpjd.c
Log Message:
semicolon needed where praogname define was replced
Index: check_hpjd.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_hpjd.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** check_hpjd.c 13 Jan 2003 12:15:15 -0000 1.6
--- check_hpjd.c 16 Jan 2003 06:10:50 -0000 1.7
***************
*** 66,70 ****
#include "utils.h"
! const char *progname = "check_hpjd"
#define REVISION "$Revision$"
#define COPYRIGHT "2000-2002"
--- 66,70 ----
#include "utils.h"
! const char *progname = "check_hpjd";
#define REVISION "$Revision$"
#define COPYRIGHT "2000-2002"
More information about the Commits
mailing list