cvs commit: src/sys/net ethernet.h if_ethersubr.c

Ed Maste emaste at FreeBSD.org
Wed Aug 27 17:11:09 UTC 2008


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


More information about the cvs-src mailing list