summaryrefslogtreecommitdiff
path: root/net-mgmt/libsmi/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/libsmi/files/patch-aa')
-rw-r--r--net-mgmt/libsmi/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/libsmi/files/patch-aa b/net-mgmt/libsmi/files/patch-aa
deleted file mode 100644
index 03de2f4b2f42..000000000000
--- a/net-mgmt/libsmi/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/dump-netsnmp.c~ Wed Jan 24 08:38:47 2001
-+++ tools/dump-netsnmp.c Fri Jan 26 00:47:19 2001
-@@ -1035,7 +1035,7 @@
- fprintf(f, "%s%u", i ? ", " : "", smiNode->oid[i]);
- }
- fprintf(f, "};\n");
-- cfree(cName);
-+ free(cName);
- }
- }
- fprintf(f, "\n");