Am 16.02.2012 12:09, schrieb Peter Maydell: > On 16 February 2012 11:06, Kevin Wolf <kw...@redhat.com> wrote: >> What are all these m_ and mh_ prefixes for struct fields even about? >> When I have an mbuf, I know perfectly well that it is one, and that >> m_hdr is a header of it. > > That's the dead hand of Sixth Edition Unix and its C compiler > that put all struct fields in a single namespace...
Oh, fun. Things you never wanted to know... ;-) Kevin