Date: Sat, 21 Feb 2004 04:55:07 -0800 (PST) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_subr.c Message-ID: <200402211255.i1LCt75X080277@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402211255.i1LCt75X080277>