rwatson     2006-04-23 18:15:55 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Assert that sockets passed into soabort() not be SQ_COMP or SQ_INCOMP,
  since that removal should have been done a layer up.
  
  MFC after:      3 months
  
  Revision  Changes    Path
  1.266     +3 -1      src/sys/kern/uipc_socket.c