Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:darix
socklog
socklog-2.1.0_compile_warnings.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File socklog-2.1.0_compile_warnings.patch of Package socklog
Index: src/pathexec_run.c =================================================================== --- src/pathexec_run.c.orig +++ src/pathexec_run.c @@ -1,5 +1,6 @@ /* Public domain. */ +#include <unistd.h> #include "error.h" #include "stralloc.h" #include "str.h" Index: src/prot.c =================================================================== --- src/prot.c.orig +++ src/prot.c @@ -1,5 +1,8 @@ /* Public domain. */ +#include <sys/types.h> +#include <unistd.h> +#include <grp.h> #include "hasshsgr.h" #include "prot.h" Index: src/seek_set.c =================================================================== --- src/seek_set.c.orig +++ src/seek_set.c @@ -1,6 +1,7 @@ /* Public domain. */ #include <sys/types.h> +#include <unistd.h> #include "seek.h" #define SET 0 /* sigh */
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