CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/14 13:04:54
Modified files:
sys/dev/pci : if_oce.c
Log message:
Declare the type instead of a on-stack variable for sizeof purposes
(Un?)surprisingly the compiler is smart enough to produce the same
code in both cases, but this conveys the intention better.
