diff options
author | Nathan Owens <ndowens@artixlinux.org> | 2020-10-28 21:48:25 +0000 |
---|---|---|
committer | Nathan Owens <ndowens@artixlinux.org> | 2020-10-29 01:48:52 +0000 |
commit | 8c4cdf6404bfefc13be2ca18a18c803c9ac53246 (patch) | |
tree | 9d0960a2c729973f7602d3f1771916ea9fa2f19c /system/libcap-ng/fix-includes.patch | |
parent | f7628676c6a915f3ab24cfae976b973e1d041245 (diff) | |
download | packages-8c4cdf6404bfefc13be2ca18a18c803c9ac53246.tar.gz packages-8c4cdf6404bfefc13be2ca18a18c803c9ac53246.tar.bz2 packages-8c4cdf6404bfefc13be2ca18a18c803c9ac53246.tar.xz packages-8c4cdf6404bfefc13be2ca18a18c803c9ac53246.zip |
system/libcap-ng: Upgrade to 0.8
Adopt
Diffstat (limited to 'system/libcap-ng/fix-includes.patch')
-rw-r--r-- | system/libcap-ng/fix-includes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/libcap-ng/fix-includes.patch b/system/libcap-ng/fix-includes.patch deleted file mode 100644 index 8fbd984b8..000000000 --- a/system/libcap-ng/fix-includes.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ru libcap-ng-0.7.4.orig/src/cap-ng.c libcap-ng-0.7.4/src/cap-ng.c ---- libcap-ng-0.7.4.orig/src/cap-ng.c 2014-04-24 15:41:43.000000000 -0300 -+++ libcap-ng-0.7.4/src/cap-ng.c 2015-04-15 08:45:10.783335463 -0300 -@@ -34,6 +34,7 @@ - #include <stdarg.h> - #include <errno.h> - #include <fcntl.h> -+#include <endian.h> - #include <byteswap.h> - #ifdef HAVE_SYSCALL_H - #include <sys/syscall.h> |