diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-09-23 12:29:36 +0000 |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-09-23 12:29:36 +0000 |
commit | 6483a72b167906b82e90957e8b962c0994dcde40 (patch) | |
tree | 3043d74ae00f476d6bb0567cba3eb0d6d401e0aa /plugins | |
parent | e8d6f41fadd81840aba3d408fe7778ccfd31ad95 (diff) | |
download | monitoring-plugins-6483a72b167906b82e90957e8b962c0994dcde40.tar.gz |
Removed some c99 style comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1793 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_disk.c | 2 | ||||
-rw-r--r-- | plugins/negate.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index c9c9adc5..4c6886e4 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -271,7 +271,7 @@ main (int argc, char **argv) if (verbose > 3) printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name); - /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name); */ + /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); *//* path->group, tmpfsp.fsu_bavail, temp_list->name); */ np_add_name(&seen, temp_list->best_match->me_mountdir); } diff --git a/plugins/negate.c b/plugins/negate.c index 00e46d6b..226f286e 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -79,7 +79,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; #include "utils.h" #include "utils_cmd.h" -//char *command_line; +/* char *command_line; */ static const char **process_arguments (int, char **); int validate_arguments (char **); |