Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 12:09:23 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_usrreq.c
Message-ID:  <200104241909.f3OJ9ON33708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2001/04/24 12:09:23 PDT

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Change uipc_sockaddr so that a sockaddr_un without a path is returned
  nam for an unbound socket instead of leaving nam untouched in that case.
  This way, the getsockname() output can be used to determine the address
  family of such sockets (AF_LOCAL).
  
  Reviewed by:	iedowse
  Approved by:	rwatson
  
  Revision  Changes    Path
  1.64      +3 -1      src/sys/kern/uipc_usrreq.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104241909.f3OJ9ON33708>