diff options
Diffstat (limited to '')
-rw-r--r-- | net-mgmt/net-snmp53/files/patch-subagent.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp53/files/patch-subagent.c b/net-mgmt/net-snmp53/files/patch-subagent.c new file mode 100644 index 000000000000..f198c4da7990 --- /dev/null +++ b/net-mgmt/net-snmp53/files/patch-subagent.c @@ -0,0 +1,13 @@ +--- agent/mibgroup/agentx/subagent.c.orig Mon Jan 24 09:17:08 2005 ++++ agent/mibgroup/agentx/subagent.c Mon Jan 24 09:17:12 2005 +@@ -36,10 +36,6 @@ + #include <netinet/in.h> + #endif + +-#if HAVE_DMALLOC_H +-#include <dmalloc.h> +-#endif +- + #include <net-snmp/net-snmp-includes.h> + #include <net-snmp/agent/net-snmp-agent-includes.h> + #include <net-snmp/library/snmp_assert.h> |