cvs commit: src/sys/netgraph ng_l2tp.c

[ Available lists | Index of cvs-src | Month of Jul 2008 | Week of 28 Jul 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Alexander Motin <mav@FreeBSD.org>
Date
28 Jul 2008 22:22:53
Subject
cvs commit: src/sys/netgraph ng_l2tp.c
Message-ID
200807282222.m6SMMr5k094545@repoman.freebsd.org


[ Hide this part ]
mav         2008-07-28 22:22:38 UTC

FreeBSD src repository

Modified files:
sys/netgraph ng_l2tp.c
Log:
SVN rev 180943 on 2008-07-28 22:22:38Z by mav

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.26 +22 -40 src/sys/netgraph/ng_l2tp.c


Elapsed time: 0.058 seconds