commit: 1bcb56f12e8d1a7f367b60382e83684cbe19874c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Apr 21 08:12:46 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Apr 22 13:34:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcb56f1
sys-apps/udevil: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8092 .../files/udevil-0.4.4-include-sysmacros-r1.patch | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch b/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch deleted file mode 100644 index 2f9859d34e8..00000000000 --- a/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch +++ /dev/null @@ -1,27 +0,0 @@ -# Include sysmacros.h, solves Gentoo bug 580364 -# Upstream has merged similar changes, should be present -# in 0.4.5 ---- a/src/udevil.c 2015-05-04 06:34:32.000000000 -0700 -+++ b/src/udevil.c 2017-01-02 07:25:14.744273858 -0800 -@@ -33,6 +33,9 @@ - #include <netdb.h> - #include <arpa/inet.h> - -+// major/minor, dev_t, needed for glibc>=2.25 -+#include <sys/sysmacros.h> -+ - // groups - #include <grp.h> - ---- a/src/device-info.h 2017-01-02 07:47:23.373180528 -0800 -+++ b/src/device-info.h 2017-03-14 23:35:58.079222855 -0700 -@@ -18,6 +18,9 @@ - // intltool - #include <glib/gi18n.h> - -+// dev_t -+#include <sys/sysmacros.h> -+ - - - typedef struct device_t {
