diff options
author | 2022-01-12 20:11:18 +0100 | |
---|---|---|
committer | 2022-02-10 00:04:47 +0100 | |
commit | fc3457f9cfaf84e8e2726d28c027eede0bdc52b2 (patch) | |
tree | 74035928f4541530d72390cf9f760328c3838b51 /net-analyzer/net-snmp | |
parent | sys-libs/glibc: remove unused patch (diff) | |
download | gentoo-fc3457f9cfaf84e8e2726d28c027eede0bdc52b2.tar.gz gentoo-fc3457f9cfaf84e8e2726d28c027eede0bdc52b2.tar.bz2 gentoo-fc3457f9cfaf84e8e2726d28c027eede0bdc52b2.zip |
net-analyzer/net-snmp: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/23760
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r-- | net-analyzer/net-snmp/files/net-snmp-5.9-r3-f2fs.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/net-snmp/files/net-snmp-5.9-r3-f2fs.patch b/net-analyzer/net-snmp/files/net-snmp-5.9-r3-f2fs.patch deleted file mode 100644 index c06c94ff7ace..000000000000 --- a/net-analyzer/net-snmp/files/net-snmp-5.9-r3-f2fs.patch +++ /dev/null @@ -1,40 +0,0 @@ -https://bugs.gentoo.org/729224 -https://github.com/net-snmp/net-snmp/commit/5a18e300bd085c6ba5967d7b00cc3f57fe83f665 - -From 5a18e300bd085c6ba5967d7b00cc3f57fe83f665 Mon Sep 17 00:00:00 2001 -From: Bart Van Assche <bvanassche@acm.org> -Date: Thu, 8 Oct 2020 20:12:44 -0700 -Subject: [PATCH] HOST-RESOURCES-MIB: Add support for f2fs - -See also https://github.com/net-snmp/net-snmp/issues/111 . ---- - agent/mibgroup/hardware/fsys/fsys_mntent.c | 1 + - agent/mibgroup/hardware/fsys/mnttypes.h | 3 +++ - 2 files changed, 4 insertions(+) - -diff --git a/agent/mibgroup/hardware/fsys/fsys_mntent.c b/agent/mibgroup/hardware/fsys/fsys_mntent.c -index abdc63ed6..75e2782f7 100644 ---- a/agent/mibgroup/hardware/fsys/fsys_mntent.c -+++ b/agent/mibgroup/hardware/fsys/fsys_mntent.c -@@ -146,6 +146,7 @@ _fsys_type( char *typename ) - !strcmp(typename, MNTTYPE_CVFS) || - !strcmp(typename, MNTTYPE_SIMFS) || - !strcmp(typename, MNTTYPE_BTRFS) || -+ !strcmp(typename, MNTTYPE_F2FS) || - !strcmp(typename, MNTTYPE_ZFS) || - !strcmp(typename, MNTTYPE_NVMFS) || - !strcmp(typename, MNTTYPE_ACFS) || -diff --git a/agent/mibgroup/hardware/fsys/mnttypes.h b/agent/mibgroup/hardware/fsys/mnttypes.h -index cda42420d..3540cf31b 100644 ---- a/agent/mibgroup/hardware/fsys/mnttypes.h -+++ b/agent/mibgroup/hardware/fsys/mnttypes.h -@@ -154,6 +154,9 @@ - #ifndef MNTTYPE_BTRFS - #define MNTTYPE_BTRFS "btrfs" - #endif -+#ifndef MNTTYPE_F2FS -+#define MNTTYPE_F2FS "f2fs" -+#endif - #ifndef MNTTYPE_ZFS - #define MNTTYPE_ZFS "zfs" - #endif |