cvs commit: src/sys/netgraph ng_l2tp.c

Alexander Motin mav at FreeBSD.org
Mon Jul 28 22:22:53 UTC 2008


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


More information about the cvs-all mailing list