diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-04 06:30:55 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-04 06:30:55 +0100 |
commit | ddafa5910d5ab9f2e1f9840e0b0bd94fe27de449 (patch) | |
tree | 4db8bd5daa957bec8d41fe90b0accd66918cacbb /main/sysstat/musl-fix-includes.patch | |
parent | 27109a26afa9d8455323fdb8933be5a90a280926 (diff) | |
download | aports-ddafa5910d5ab9f2e1f9840e0b0bd94fe27de449.tar.bz2 aports-ddafa5910d5ab9f2e1f9840e0b0bd94fe27de449.tar.xz |
main/sysstat: remove obsolete patch
This is fixed upstream in different ways
Diffstat (limited to 'main/sysstat/musl-fix-includes.patch')
-rw-r--r-- | main/sysstat/musl-fix-includes.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/main/sysstat/musl-fix-includes.patch b/main/sysstat/musl-fix-includes.patch deleted file mode 100644 index f2bfceb7a1..0000000000 --- a/main/sysstat/musl-fix-includes.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- sysstat-10.2.0.old/common.c -+++ sysstat-10.2.0/common.c -@@ -29,6 +29,7 @@ - #include <sys/types.h> - #include <dirent.h> - #include <ctype.h> -+#include <limits.h> - #include <libgen.h> - - #include "version.h" ---- sysstat-10.2.0.old/ioconf.c -+++ sysstat-10.2.0/ioconf.c -@@ -26,6 +26,7 @@ - #include <string.h> - #include <errno.h> - #include <dirent.h> -+#include <sys/types.h> - #include <sys/stat.h> - - #include "ioconf.h" ---- sysstat-10.2.0.old/sa_common.c -+++ sysstat-10.2.0/sa_common.c -@@ -27,6 +27,7 @@ - #include <unistd.h> /* For STDOUT_FILENO, among others */ - #include <dirent.h> - #include <fcntl.h> -+#include <limits.h> - #include <libgen.h> - #include <sys/types.h> - #include <sys/ioctl.h> |