Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:Factory
socat
socat-common-fixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File socat-common-fixes.patch of Package socat
Index: socat-1.7.4.4/filan.c =================================================================== --- socat-1.7.4.4.orig/filan.c +++ socat-1.7.4.4/filan.c @@ -20,6 +20,10 @@ #include "filan.h" +#ifdef WITH_LIBWRAP +#include <tcpd.h> +#endif + struct sockopt { int so; Index: socat-1.7.4.4/procan.c =================================================================== --- socat-1.7.4.4.orig/procan.c +++ socat-1.7.4.4/procan.c @@ -16,6 +16,9 @@ #include "filan.h" #include <sys/resource.h> +#ifdef WITH_LIBWRAP +#include <tcpd.h> +#endif #include "procan.h" Index: socat-1.7.4.4/xio-tcpwrap.c =================================================================== --- socat-1.7.4.4.orig/xio-tcpwrap.c +++ socat-1.7.4.4/xio-tcpwrap.c @@ -13,6 +13,7 @@ #include "xio-tcpwrap.h" + #if (WITH_TCP || WITH_UDP) && WITH_LIBWRAP const struct optdesc opt_tcpwrappers = { "tcpwrappers", "tcpwrap", OPT_TCPWRAPPERS, GROUP_RANGE, PH_ACCEPT, TYPE_STRING_NULL, OFUNC_SPEC };
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