aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2017-12-03 16:50:16 +0000
committerMark Johnston <markj@FreeBSD.org>2017-12-03 16:50:16 +0000
commit5577b8a709c072fedc73dde9b3ad730699438bf7 (patch)
treed870e402f90efa1d1a9c5da33361bd7543eabdf5 /ObsoleteFiles.inc
parent4fbebc74723d70a180ea0bba901ca6d5eead6146 (diff)
downloadsrc-5577b8a709c072fedc73dde9b3ad730699438bf7.tar.gz
src-5577b8a709c072fedc73dde9b3ad730699438bf7.zip
Add an envp argument to proc_create().
This is needed to support dtrace's -x setenv option. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=326498
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 666b15838a6a..997c9364ab90 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20171203: libproc version bump
+OLD_LIBS+=usr/lib/libproc.so.4
+OLD_LIBS+=usr/lib32/libproc.so.4
# 20171203: new clang import which bumps version from 5.0.0 to 5.0.1.
OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/allocator_interface.h
OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/asan_interface.h