Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 17:10:37 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net ethernet.h if_ethersubr.c
Message-ID:  <200808271711.m7RHB81V023983@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808271711.m7RHB81V023983>