public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/files/
@ 2017-02-11 20:16 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-02-11 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3e1aa094917580cb61c5d15ce8b1ef5500b4a661
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 11 16:34:18 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 20:14:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1aa094

sys-fs/rar2fs: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3912

 sys-fs/rar2fs/files/rar2fs-1.22.0-sysmacros.patch | 31 -----------------------
 1 file changed, 31 deletions(-)

diff --git a/sys-fs/rar2fs/files/rar2fs-1.22.0-sysmacros.patch b/sys-fs/rar2fs/files/rar2fs-1.22.0-sysmacros.patch
deleted file mode 100644
index 0593409100..0000000000
--- a/sys-fs/rar2fs/files/rar2fs-1.22.0-sysmacros.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-https://github.com/hasse69/rar2fs/pull/51
-
-From e8c477f726eb7bfd65ef33e2b080063e6f8013c0 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Tue, 21 Jun 2016 14:54:06 -0400
-Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev
-
-These funcs are defined in sys/sysmacros.h, so include the header to
-fix building with C libs that don't implicitly include via sys/types.h.
-
-Signed-off-by: Mike Frysinger <vapier@gentoo.org>
----
- configure.ac | 2 +-
- rar2fs.c     | 3 +++
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
---- a/rar2fs.c
-+++ b/rar2fs.c
-@@ -56,6 +56,9 @@
- #ifdef HAVE_SYS_XATTR_H
- # include <sys/xattr.h>
- #endif
-+#ifdef __linux__
-+# include <sys/sysmacros.h>
-+#endif
- #ifdef HAVE_ICONV
- #include <iconv.h>
- #endif
--- 
-2.8.2
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-11 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11 20:16 [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox