cvs commit: src/sys/netgraph ng_l2tp.c

Alexander Motin mav at FreeBSD.org
Mon Aug 25 22:26:59 UTC 2008


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


More information about the cvs-src mailing list