K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-02-17T20:52:51.408763Z K 7 svn:log V 300 Use anonymous unions and structs to organize shared space in mbuf(9), instead of preprocessor macros. This will make debugger output of 'print *m' exactly match the names we use in code, making life of a kernel hacker way more pleasant. And this also allows to rename struct_m_ext back to m_ext. END