Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
nagios-plugins
nagios-plugins.ctypes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nagios-plugins.ctypes.patch of Package nagios-plugins
--- plugins/check_http.c | 1 + plugins/check_tcp.c | 1 + 2 files changed, 2 insertions(+) Index: plugins/check_http.c =================================================================== --- plugins/check_http.c.orig 2009-05-21 23:11:51.000000000 +0200 +++ plugins/check_http.c 2009-11-24 23:08:36.469619000 +0100 @@ -37,6 +37,7 @@ const char *progname = "check_http"; const char *copyright = "1999-2008"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; +#include <ctype.h> #include "common.h" #include "netutils.h" #include "utils.h" Index: plugins/check_tcp.c =================================================================== --- plugins/check_tcp.c.orig 2009-02-20 00:55:23.000000000 +0100 +++ plugins/check_tcp.c 2009-11-24 23:08:36.476611000 +0100 @@ -32,6 +32,7 @@ char *progname; const char *copyright = "1999-2008"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; +#include <ctype.h> #include "common.h" #include "netutils.h" #include "utils.h"
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