rwatson     2006-03-16 07:03:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c uipc_socket2.c 
    sys/netinet          tcp_syncache.c 
    sys/sys              socketvar.h 
  Log:
  Change soabort() from returning int to returning void, since all
  consumers ignore the return value, soabort() is required to succeed,
  and protocols produce errors here to report multiple freeing of the
  pcb, which we hope to eliminate.
  
  Revision  Changes    Path
  1.259     +3 -5      src/sys/kern/uipc_socket.c
  1.152     +1 -1      src/sys/kern/uipc_socket2.c
  1.86      +1 -1      src/sys/netinet/tcp_syncache.c
  1.147     +1 -1      src/sys/sys/socketvar.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to