summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2013-07-10 19:44:43 +0000
committertrociny <trociny@FreeBSD.org>2013-07-10 19:44:43 +0000
commit83f765770b5fa0c1343673ce24b8e7fa2ace5e29 (patch)
tree3327e3d3ea6e5c6b0e32959c8187976c45790b65 /ObsoleteFiles.inc
parentf6bd1cee9dca0e29554beb0df1c6e0d562e6fca4 (diff)
downloadFreeBSD-src-83f765770b5fa0c1343673ce24b8e7fa2ace5e29.zip
FreeBSD-src-83f765770b5fa0c1343673ce24b8e7fa2ace5e29.tar.gz
In r227839, when removing libkvm dependency on procfs(5),
kvm_uread() function, used for reading from /proc/pid/mem, was removed too. But the function declaration remained in kvm.h public header and the soname was not bumped. Remove kvm_uread() from kvm.h and bump the soname. Reported by: rmh Discussed on: arch
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index c60a478..9d7d2b5 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20130710: libkvm version bump
+OLD_LIBS+=lib/libkvm.so.5
+OLD_LIBS+=usr/lib32/libkvm.so.5
# 20130623: dialog update from 1.1 to 1.2
OLD_LIBS+=usr/lib/libdialog.so.7
OLD_LIBS+=usr/lib32/libdialog.so.7
OpenPOWER on IntegriCloud