K 10 svn:author V 5 andre K 8 svn:date V 27 2013-10-13T19:25:23.435636Z K 7 svn:log V 381 Remove unused zone arguments from m_init(). Merge _m_align(), _mh_align(), and _mext_align into m_align() which already handles all these cases. Optimize m_prepend() by testing for sufficient leading space instead of always allocating a new mbuf merge _m_prepend() into it. Move mbuf allocation function prototypes together. Constify a some mbuf functions. [Suggested by: bde] END