K 10 svn:author V 6 emaste K 8 svn:date V 27 2008-08-27T17:10:37.940408Z K 7 svn:log V 302 Move CTASSERT of ether header sizes out of the header file and into if_ethersubr.c. CTASSERT is implemented using a dummy typedef, which if used in a header file may conflict with another CTASSERT in a source file using that header. I'll make a note of this in CTASSERT's man page. Approved by: imp END