* [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/files/
@ 2018-04-22 13:35 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2018-04-22 13:35 UTC (permalink / raw
To: gentoo-commits
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 {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-22 13:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 13:35 [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/files/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox