diff options
author | Rahul Bedarkar <rahul.bedarkar@imgtec.com> | 2016-09-15 16:03:53 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-16 18:45:34 +0200 |
commit | e0b38197e04f3404b94b270f852920b63a7b96e6 (patch) | |
tree | a8c618a9ce2144c7be184608f8cdda758931afc8 /package/libcap-ng/0001-add-missing-include.patch | |
parent | d1011f89a18b3cebc198e328b87f91707a8755af (diff) | |
download | buildroot-e0b38197e04f3404b94b270f852920b63a7b96e6.tar.gz buildroot-e0b38197e04f3404b94b270f852920b63a7b96e6.zip |
libcap-ng: bump version to 0.7.8
Drop upstream patch
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libcap-ng/0001-add-missing-include.patch')
-rw-r--r-- | package/libcap-ng/0001-add-missing-include.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/libcap-ng/0001-add-missing-include.patch b/package/libcap-ng/0001-add-missing-include.patch deleted file mode 100644 index c30c40dc18..0000000000 --- a/package/libcap-ng/0001-add-missing-include.patch +++ /dev/null @@ -1,22 +0,0 @@ -Add missing include <sys/types.h> - -This include is needed to get the pid_t definition, at least with the -musl C library. - -Patch inspired from Alpine Linux patch -http://git.alpinelinux.org/cgit/aports/tree/main/libcap-ng/fix-includes.patch. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - -Index: b/utils/proc-llist.h -=================================================================== ---- a/utils/proc-llist.h -+++ b/utils/proc-llist.h -@@ -26,6 +26,7 @@ - - #include "config.h" - -+#include <sys/types.h> - - /* This is the node of the linked list. Any data elements that are per - * record goes here. */ |