diff options
author | 2022-10-24 20:20:48 +0200 | |
---|---|---|
committer | 2022-10-26 21:45:28 +0200 | |
commit | 3c1c0c752e8ab615342c7bb3387eb355c1e50b47 (patch) | |
tree | 53cb4f9b530a20054182df0347600ee8c6cbd855 /net-analyzer/net-snmp | |
parent | sys-auth/AusweisApp2: add 1.24.3 (diff) | |
download | gentoo-3c1c0c752e8ab615342c7bb3387eb355c1e50b47.tar.gz gentoo-3c1c0c752e8ab615342c7bb3387eb355c1e50b47.tar.bz2 gentoo-3c1c0c752e8ab615342c7bb3387eb355c1e50b47.zip |
net-analyzer/net-snmp: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27936
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.7.3-include-limits.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-analyzer/net-snmp/files/net-snmp-5.7.3-include-limits.patch b/net-analyzer/net-snmp/files/net-snmp-5.7.3-include-limits.patch deleted file mode 100644 index 04eafbbe9c5d..000000000000 --- a/net-analyzer/net-snmp/files/net-snmp-5.7.3-include-limits.patch +++ /dev/null @@ -1,15 +0,0 @@ -POSIX requires <limits.h> for PATH_MAX and NAME_MAX - -Author: Anthony G. Basile <blueness@gentoo.org> - -diff -Naur net-snmp-5.7.3.orig/agent/mibgroup/util_funcs/get_pid_from_inode.c net-snmp-5.7.3/agent/mibgroup/util_funcs/get_pid_from_inode.c ---- net-snmp-5.7.3.orig/agent/mibgroup/util_funcs/get_pid_from_inode.c 2014-12-08 15:23:22.000000000 -0500 -+++ net-snmp-5.7.3/agent/mibgroup/util_funcs/get_pid_from_inode.c 2018-02-21 15:34:06.237028136 -0500 -@@ -6,6 +6,7 @@ - - #include <ctype.h> - #include <stdio.h> -+#include <limits.h> - #if HAVE_STDLIB_H - #include <stdlib.h> - #endif |