emaste 2008-08-27 17:10:37 UTC
FreeBSD src repository
Modified files:
sys/net ethernet.h if_ethersubr.c
Log:
SVN rev 182285 on 2008-08-27 17:10:37Z by emaste
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
Revision Changes Path
1.36 +0 -5 src/sys/net/ethernet.h
1.248 +5 -0 src/sys/net/if_ethersubr.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"