CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/16 09:57:03
Modified files:
sys/sys : mbuf.h
Log message:
Using __aligned(8) to tag 'struct m_hdr' triggers warnings on landisk:
/usr/src/sys/dev/ic/re.c:1602: warning: ignoring alignment for stack allocated
'mh'
So instead add explicit padding on ILP32 systems.
ok deraadt@, mikeb@
