[Nagiosplug-checkins] CVS: nagiosplug/plugins utils.c,1.11,1.12
Karl DeBisschop
kdebisschop at users.sourceforge.net
Thu Nov 14 10:26:03 CET 2002
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug Makefile.am,1.4,1.5 acconfig.h,1.5,1.6 configure.in,1.24,1.25 nagios-plugins.spec.in,1.4,1.5
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv22013/plugins
Modified Files:
utils.c
Log Message:
fix bug with gettimeofday test, improve version/release handling, update rpm spec
Index: utils.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/utils.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** utils.c 14 Nov 2002 02:26:34 -0000 1.11
--- utils.c 14 Nov 2002 18:25:10 -0000 1.12
***************
*** 317,321 ****
! #ifndef HAVE_GETTIMEOFDAY
int
gettimeofday (struct timeval *tv, struct timezone *tz)
--- 317,321 ----
! #ifdef NEED_GETTIMEOFDAY
int
gettimeofday (struct timeval *tv, struct timezone *tz)
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug Makefile.am,1.4,1.5 acconfig.h,1.5,1.6 configure.in,1.24,1.25 nagios-plugins.spec.in,1.4,1.5
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list