Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
nagios-plugins
nagios-plugins.negate.validate_arguments.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nagios-plugins.negate.validate_arguments.patch of Package nagios-plugins
--- plugins/negate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: plugins/negate.c =================================================================== --- plugins/negate.c.orig 2009-05-07 23:08:25.000000000 +0200 +++ plugins/negate.c 2009-11-24 23:08:37.611524000 +0100 @@ -42,7 +42,7 @@ const char *email = "nagiosplug-devel@li /* char *command_line; */ static const char **process_arguments (int, char **); -int validate_arguments (char **); +void validate_arguments (char **); void print_help (void); void print_usage (void); int subst_text = FALSE; @@ -204,7 +204,7 @@ process_arguments (int argc, char **argv } -int +void validate_arguments (char **command_line) { if (command_line[0] == NULL)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor