diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-08-31 19:44:31 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 16:38:17 +0200 |
commit | d234bb5eb15880fd0b5b47def0ac85db130e3664 (patch) | |
tree | 76aaa3426751054c5f0abae5cfb7c6d4eac82754 /sys-process | |
parent | mail-filter/libmilter: remove unused patch (diff) | |
download | gentoo-d234bb5eb15880fd0b5b47def0ac85db130e3664.tar.gz gentoo-d234bb5eb15880fd0b5b47def0ac85db130e3664.tar.bz2 gentoo-d234bb5eb15880fd0b5b47def0ac85db130e3664.zip |
sys-process/htop: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/17348
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/files/htop-2.1.0-header_updates.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-process/htop/files/htop-2.1.0-header_updates.patch b/sys-process/htop/files/htop-2.1.0-header_updates.patch deleted file mode 100644 index 5c36d8b337e4..000000000000 --- a/sys-process/htop/files/htop-2.1.0-header_updates.patch +++ /dev/null @@ -1,42 +0,0 @@ -From ccd156f8ba68c3c82f9a3afef46e414b2af16613 Mon Sep 17 00:00:00 2001 -From: Hisham Muhammad <hisham@gobolinux.org> -Date: Mon, 26 Feb 2018 11:44:00 -0300 -Subject: [PATCH] Updates to generated header files - ---- - Process.h | 5 +++++ - linux/LinuxProcessList.h | 5 +++++ - 2 files changed, 10 insertions(+) - -diff --git a/Process.h b/Process.h -index 6c41edc2..fda8480a 100644 ---- a/Process.h -+++ b/Process.h -@@ -9,6 +9,11 @@ Released under the GNU GPL, see the COPYING file - in the source distribution for its full text. - */ - -+#ifdef MAJOR_IN_MKDEV -+#elif defined(MAJOR_IN_SYSMACROS) || \ -+ (defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H) -+#endif -+ - #ifdef __ANDROID__ - #define SYS_ioprio_get __NR_ioprio_get - #define SYS_ioprio_set __NR_ioprio_set -diff --git a/linux/LinuxProcessList.h b/linux/LinuxProcessList.h -index 5005220a..0851a102 100644 ---- a/linux/LinuxProcessList.h -+++ b/linux/LinuxProcessList.h -@@ -9,6 +9,11 @@ Released under the GNU GPL, see the COPYING file - in the source distribution for its full text. - */ - -+#ifdef MAJOR_IN_MKDEV -+#elif defined(MAJOR_IN_SYSMACROS) || \ -+ (defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H) -+#endif -+ - #ifdef HAVE_DELAYACCT - #endif - |