CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/07 11:53:30
Modified files:
sys/sys : mbuf.h
Log message:
Backout previous as it's causing problems on architectures that align
64 bit integers on an 8 byte boundary such as armv7. MHLEN calculation
doesn't account for padding bytes inserted by the compiler after m_hdr.
Found the hard way by kettenis@.
