Date: Mon, 25 Aug 2008 22:26:46 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_l2tp.c Message-ID: <200808252226.m7PMQxvY018444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-08-25 22:26:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_l2tp.c Log: SVN rev 182181 on 2008-08-25 22:26:46Z by mav MFC r180943 Don't use memcpy() to copy several bytes. Store IDs is host order. It is not so important to bloat code for it. Combine m_adj() and M_PREPEND() into single M_PREPEND(). Revision Changes Path 1.17.2.5 +22 -40 src/sys/netgraph/ng_l2tp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808252226.m7PMQxvY018444>