From 7031a98db4ff11910e155ab1d3be35b9f330ae26 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Jan 2014 12:07:35 +0100 Subject: [PATCH] libcap-ng: fix portability patch (unistd.h is the correct header). --- srcpkgs/libcap-ng/patches/pid_t-portability.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libcap-ng/patches/pid_t-portability.patch b/srcpkgs/libcap-ng/patches/pid_t-portability.patch index f15e43e1cc8..5fe5280c664 100644 --- a/srcpkgs/libcap-ng/patches/pid_t-portability.patch +++ b/srcpkgs/libcap-ng/patches/pid_t-portability.patch @@ -1,4 +1,4 @@ -Make this build with musl, uid_t/pid_t are defined in . +Make this build with musl, uid_t/pid_t are defined in . --- utils/proc-llist.h.orig 2014-01-11 11:38:42.960868985 +0100 +++ utils/proc-llist.h 2014-01-11 11:39:01.776988967 +0100 @@ -6,7 +6,7 @@ Make this build with musl, uid_t/pid_t are defined in . #ifndef PROC_HEADER #define PROC_HEADER -+#include /* uid_t, pid_t */ ++#include /* uid_t, pid_t */ #include "config.h"