diff options
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 467a1b4b..6a30ce00 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c @@ -48,7 +48,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; typedef struct stat struct_stat_t; #else /* won't be used anyway */ -typedef struct { dev_t dev; ino_t ino; } struct_stat_t; +typedef struct { dev_t st_dev; ino_t st_ino; } struct_stat_t; #endif int process_arguments (int, char **); |