summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_procs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index 467a1b4..6a30ce0 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -48,7 +48,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net";
48typedef struct stat struct_stat_t; 48typedef struct stat struct_stat_t;
49#else 49#else
50/* won't be used anyway */ 50/* won't be used anyway */
51typedef struct { dev_t dev; ino_t ino; } struct_stat_t; 51typedef struct { dev_t st_dev; ino_t st_ino; } struct_stat_t;
52#endif 52#endif
53 53
54int process_arguments (int, char **); 54int process_arguments (int, char **);