cvs commit: src/sys/netatm atm_subr.c

Hartmut Brandt harti at FreeBSD.org
Sat Feb 21 04:55:08 PST 2004


harti       2004/02/21 04:55:07 PST

  FreeBSD src repository

  Modified files:
    sys/netatm           atm_subr.c 
  Log:
  Don't remove the first mbuf in the chain if it got empty.
  This removes the packet header in certain cases which later on
  will give panic. Clarify what the atm_intr expects in the comment
  and de-obscurify the code a little bit by replacing the portability
  macros with the BSD names. The code isn't maintained externally anymore
  so there's no point in keeping the extra level of obscurity.
  
  Revision  Changes    Path
  1.42      +6 -7      src/sys/netatm/atm_subr.c


More information about the cvs-src mailing list