Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE12
systemd-mini
0002-include-fcntl.h-rather-than-sys-fcntl.h.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch of Package systemd-mini
From fdb8bd0fe7244b72ddc1c08e401ebddefdaf4f46 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing <systemd@esmil.dk> Date: Thu, 18 Sep 2014 15:24:38 +0200 Subject: [PATCH] include fcntl.h rather than sys/fcntl.h --- src/socket-proxy/socket-proxyd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git src/socket-proxy/socket-proxyd.c src/socket-proxy/socket-proxyd.c index 81d8457..ff2b24f 100644 --- src/socket-proxy/socket-proxyd.c +++ src/socket-proxy/socket-proxyd.c @@ -26,7 +26,7 @@ #include <stdlib.h> #include <string.h> #include <netdb.h> -#include <sys/fcntl.h> +#include <fcntl.h> #include <sys/socket.h> #include <sys/un.h> #include <unistd.h> -- 1.7.9.2
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