mtod() returns pointer to the specified type, not necessarily "void *".

This commit is contained in:
Ruslan Ermilov 2004-02-27 17:14:00 +00:00
parent c7ea226dc2
commit 6e485c0a7a

View File

@ -56,7 +56,6 @@
.Fn MFREE "struct mbuf *mbuf" "struct mbuf *successor"
.\"
.Ss Mbuf utility macros
.Ft void *
.Fn mtod "struct mbuf *mbuf" "type"
.Ft int
.Fn MEXT_IS_REF "struct mbuf *mbuf"