Garrett Cooper skrev: > > Author: ngie > Date: Sat Apr 30 09:21:13 2016 > New Revision: 298840 > URL: https://svnweb.freebsd.org/changeset/base/298840 > > Log: > Remove kvm_getfiles(3) > > This libcall has been broken since (at least) r174989/8.0-RELEASE. > > Bump SHLIB_MAJOR for the change > > Differential Revision: https://reviews.freebsd.org/D6052 > Relnotes: yes > Reviewed by: jhb, markj > Sponsored by: EMC / Isilon Storage Division > > Deleted: > head/lib/libkvm/kvm_file.c > head/lib/libkvm/kvm_getfiles.3 > Modified: > head/ObsoleteFiles.inc > head/lib/libkvm/Makefile > head/lib/libkvm/kvm.3 > head/lib/libkvm/kvm.h > > Modified: head/ObsoleteFiles.inc > ============================================================================== > --- head/ObsoleteFiles.inc Sat Apr 30 09:13:26 2016 (r298839) > +++ head/ObsoleteFiles.inc Sat Apr 30 09:21:13 2016 (r298840) > @@ -38,6 +38,9 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20160430: kvm_getfiles(3) removed from kvm(3) > +OLD_LIBS+=usr/lib/libkvm.so.6 ^^^ I guess this should be
+OLD_LIBS+=lib/libkvm.so.6 -- Herbert _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
