CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/12 10:57:00
Modified files:
sys/dev/pci : ixgbe_type.h if_ix.c
Log message:
ix currently relies on a gcc extension that removes a comma
if no arguments are passed to a variadic macro.
Create a seperate non variadic macro for this fixed argument
case. No binary change.
ok reyk@
