From owner-cvs-all Tue Apr 24 12: 9:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1230037B422; Tue, 24 Apr 2001 12:09:24 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3OJ9ON33708; Tue, 24 Apr 2001 12:09:24 -0700 (PDT) (envelope-from tmm) Message-Id: <200104241909.f3OJ9ON33708@freefall.freebsd.org> From: Thomas Moestl Date: Tue, 24 Apr 2001 12:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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