aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53/files/patch-auto_nlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp53/files/patch-auto_nlist.c')
-rw-r--r--net-mgmt/net-snmp53/files/patch-auto_nlist.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-mgmt/net-snmp53/files/patch-auto_nlist.c b/net-mgmt/net-snmp53/files/patch-auto_nlist.c
deleted file mode 100644
index 79feff8f64ee..000000000000
--- a/net-mgmt/net-snmp53/files/patch-auto_nlist.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- agent/auto_nlist.c.orig Sun Feb 29 21:24:25 2004
-+++ agent/auto_nlist.c Sun Feb 29 21:24:43 2004
-@@ -57,6 +57,7 @@
- }
- if (*ptr == 0) {
- *ptr = (struct autonlist *) malloc(sizeof(struct autonlist));
-+ memset(*ptr, 0, sizeof(struct autonlist));
- it = *ptr;
- it->left = 0;
- it->right = 0;