summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authoravos <avos@FreeBSD.org>2016-10-15 07:28:46 +0000
committeravos <avos@FreeBSD.org>2016-10-15 07:28:46 +0000
commit889fd8a9bfe6c25d95d95098cabb37d97d020440 (patch)
tree6d7790464dcf5972e68f2bd1bd74e2590fa7ebad /ObsoleteFiles.inc
parentaab4c8f3e44d49ab0e6900f0daf972409e6c50fd (diff)
downloadFreeBSD-src-889fd8a9bfe6c25d95d95098cabb37d97d020440.zip
FreeBSD-src-889fd8a9bfe6c25d95d95098cabb37d97d020440.tar.gz
MFC r307000, r307001:
mbuf(9), mbuf_tags(9): fix function prototypes. - Add m_getclr(9) symlink to ObsoleteFiles.inc (removed in r295481). - Add const qualifiers in m_dup(), m_dup_pkthdr() and m_tag_copy_chain() (r286450). - Fix m_dup_pkthdr() definition (it's not the same as m_move_pkthdr()).
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 d5e71e9..5e674c5 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20161015: remove link to removed m_getclr(9) macro
+OLD_FILES+=usr/share/man/man9/m_getclr.9.gz
# 20160703: POSIXify locales with variants
OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_COLLATE
OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_CTYPE
OpenPOWER on IntegriCloud