Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
network:utilities
pidentd
pidentd-rpmlint-gcc-checks.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pidentd-rpmlint-gcc-checks.patch of Package pidentd
Index: pidentd-3.0.19/src/k_linux.c =================================================================== --- pidentd-3.0.19.orig/src/k_linux.c +++ pidentd-3.0.19/src/k_linux.c @@ -14,6 +14,7 @@ #include "config.h" +#include <string.h> #include <stdio.h> #include <syslog.h> #include <errno.h> Index: pidentd-3.0.19/src/main.c =================================================================== --- pidentd-3.0.19.orig/src/main.c +++ pidentd-3.0.19/src/main.c @@ -21,6 +21,9 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif +#include <sys/types.h> +#include <sys/socket.h> +#include <grp.h> #include <signal.h> #include "pidentd.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