diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 18:25:10 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 18:25:10 +0000 |
| commit | c77ffcedc423655621be9803b7f710c758a959b7 (patch) | |
| tree | bf61006f5399497f83fdd9de9fddad5048512c28 /plugins | |
| parent | be0cbafb0be470dcd3d29c20d7c5ce503c467bd4 (diff) | |
| download | monitoring-plugins-c77ffcedc423655621be9803b7f710c758a959b7.tar.gz | |
fix bug with gettimeofday test, improve version/release handling, update rpm spec
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@200 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index bf6af885..10d544c4 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
| @@ -316,7 +316,7 @@ is_option (char *str) | |||
| 316 | 316 | ||
| 317 | 317 | ||
| 318 | 318 | ||
| 319 | #ifndef HAVE_GETTIMEOFDAY | 319 | #ifdef NEED_GETTIMEOFDAY |
| 320 | int | 320 | int |
| 321 | gettimeofday (struct timeval *tv, struct timezone *tz) | 321 | gettimeofday (struct timeval *tv, struct timezone *tz) |
| 322 | { | 322 | { |
