void-packages/srcpkgs/libcap-ng/patches/pid_t-portability.patch

13 lines
323 B
Diff
Raw Normal View History

2014-01-11 11:40:28 +01:00
Make this build with musl, uid_t/pid_t are defined in <sys/types.h>.
--- 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
@@ -24,6 +24,7 @@
#ifndef PROC_HEADER
#define PROC_HEADER
+#include <sys/types.h> /* uid_t, pid_t */
#include "config.h"