diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 2001-01-26 09:01:30 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 2001-01-26 09:01:30 +0000 |
| commit | 4df790ff0ec0a0da32a9853ecaa737047986629a (patch) | |
| tree | 35ffe70d8168fa12020bf8844cf608b3ae4c9218 /net-mgmt/libsmi/files/patch-aa | |
| parent | 6059a5b01c7950bc68e99f7da3d530a3c32c8e53 (diff) | |
Upgrade to 0.2.13
Diffstat (limited to 'net-mgmt/libsmi/files/patch-aa')
| -rw-r--r-- | net-mgmt/libsmi/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/libsmi/files/patch-aa b/net-mgmt/libsmi/files/patch-aa new file mode 100644 index 000000000000..03de2f4b2f42 --- /dev/null +++ b/net-mgmt/libsmi/files/patch-aa @@ -0,0 +1,11 @@ +--- 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"); |
