cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Tue Oct 7 09:57:15 UTC 2008


rwatson     2008-10-07 09:57:03 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  SVN rev 183664 on 2008-10-07 09:57:03Z by rwatson
  
  Remove temporary debugging KASSERT's introduced to detect protocols
  improperly invoking sosend(), soreceive(), and sopoll() instead of
  attach either specialized or _generic() versions of those functions
  to their pru_sosend, pru_soreceive, and pru_sopoll protosw methods.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.318     +0 -12     src/sys/kern/uipc_socket.c


More information about the cvs-all mailing list