cvs commit: src/sys/net raw_cb.c

Robert Watson rwatson at FreeBSD.org
Wed Jul 9 18:41:41 UTC 2008


rwatson     2008-07-09 18:41:31 UTC

  FreeBSD src repository

  Modified files:
    sys/net              raw_cb.c 
  Log:
  SVN rev 180391 on 2008-07-09 18:41:31Z by rwatson
  
  Rather than checking for a NULL so_pcb in raw_attach(), assert that
  it's non-NULL, as all callers can and should already do the required
  checking.  Update comments a bit more to talk about rawcb allocation
  for consumers.
  
  Reviewed by:    bz
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.39      +6 -5      src/sys/net/raw_cb.c


More information about the cvs-all mailing list