cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Fri Feb 18 19:13:52 GMT 2005


rwatson     2005-02-18 19:13:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  In soconnect(), when resetting so->so_error, the socket lock is not
  required due to a straight integer write in which minor races are not
  a problem.
  
  Revision  Changes    Path
  1.230     +0 -2      src/sys/kern/uipc_socket.c


More information about the cvs-src mailing list