Remove MLINKS to more non-existent mbuf(9) macros
X-MFC with: r288295 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
4a336ef40c
commit
f2e3428854
@ -38,7 +38,11 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20150926: posthumously (r90227) remove MFREE(9) from mbuf(9)
|
||||
# 20150926: remove links to removed/unimplemented mbuf(9) macros
|
||||
OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/MFREE.9.gz
|
||||
# 20150818: *allocm() are gone in jemalloc 4.0.0
|
||||
OLD_FILES+=usr/share/man/man3/allocm.3.gz
|
||||
|
@ -1008,10 +1008,6 @@ MLINKS+=\
|
||||
mbuf.9 m_dup.9 \
|
||||
mbuf.9 m_dup_pkthdr.9 \
|
||||
mbuf.9 MEXTADD.9 \
|
||||
mbuf.9 MEXT_ADD_REF.9 \
|
||||
mbuf.9 MEXTFREE.9 \
|
||||
mbuf.9 MEXT_IS_REF.9 \
|
||||
mbuf.9 MEXT_REM_REF.9 \
|
||||
mbuf.9 m_fixhdr.9 \
|
||||
mbuf.9 m_free.9 \
|
||||
mbuf.9 m_freem.9 \
|
||||
|
@ -52,7 +52,6 @@
|
||||
.Fa "short flags"
|
||||
.Fa "int type"
|
||||
.Fc
|
||||
.Fn MEXTFREE "struct mbuf *mbuf"
|
||||
.\"
|
||||
.Ss Mbuf utility macros
|
||||
.Fn mtod "struct mbuf *mbuf" "type"
|
||||
|
Loading…
x
Reference in New Issue
Block a user