aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2011-07-09 19:05:28 +0000
committerAlan Cox <alc@FreeBSD.org>2011-07-09 19:05:28 +0000
commit1794df1f44ac54dc736a796fe23a2062b1d0e515 (patch)
tree0ddde954865553cfb302a1d38ce9f13bdadb15ba /ObsoleteFiles.inc
parent2a29286835afa64882398934ab7d85f0b2c806f9 (diff)
downloadsrc-1794df1f44ac54dc736a796fe23a2062b1d0e515.tar.gz
src-1794df1f44ac54dc736a796fe23a2062b1d0e515.zip
vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longer
acquires Giant. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=223894
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 716c168270fe..25b199b99e10 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20110709: vm_map_clean.9 -> vm_map_sync.9
+OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz
# 20110709: Catch up with removal of these functions.
OLD_FILES+=usr/share/man/man9/vm_page_copy.9.gz
OLD_FILES+=usr/share/man/man9/vm_page_protect.9.gz