[systemd-devel] [RFC 02/25] include fcntl.h rather than sys/fcntl.h

Tom Gundersen teg at jklm.no
Thu Sep 18 09:03:03 PDT 2014


Applied. Thanks!

Tom

On Thu, Sep 18, 2014 at 3:24 PM, Emil Renner Berthing <systemd at esmil.dk> wrote:
> ---
>  src/socket-proxy/socket-proxyd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/socket-proxy/socket-proxyd.c b/src/socket-proxy/socket-proxyd.c
> index 81d8457..ff2b24f 100644
> --- a/src/socket-proxy/socket-proxyd.c
> +++ b/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>
> --
> 2.1.0
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel


More information about the systemd-devel mailing list