HomeFreeBSD

Remove redefinitions of some kernel types from mbuf.d.

Description

Remove redefinitions of some kernel types from mbuf.d.

These override the kernel's definitions and do not match in some cases,
which can break scripts that use these types. With r305055, dtrace is able
to trace fields of struct mbuf's anonymous structs and unions, so there is
no need to redefine types already defined in CTF.

MFC after: 3 days

Details

Provenance
markjAuthored on
Parents
rS305362: Remove support for idle page zeroing.
Branches
Unknown
Tags
Unknown