svn commit: r188253 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern

Robert Watson rwatson at FreeBSD.org
Fri Feb 6 15:56:03 PST 2009


Author: rwatson
Date: Fri Feb  6 23:56:02 2009
New Revision: 188253
URL: http://svn.freebsd.org/changeset/base/188253

Log:
  Merge r186684 from head to stable/7:
  
    White space and comment tweaks.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/kern/uipc_usrreq.c

Modified: stable/7/sys/kern/uipc_usrreq.c
==============================================================================
--- stable/7/sys/kern/uipc_usrreq.c	Fri Feb  6 22:40:15 2009	(r188252)
+++ stable/7/sys/kern/uipc_usrreq.c	Fri Feb  6 23:56:02 2009	(r188253)
@@ -1204,14 +1204,14 @@ unp_connect(struct socket *so, struct so
 			unp3->unp_addr = (struct sockaddr_un *) sa;
 			sa = NULL;
 		}
+
 		/*
-		 * unp_peercred management:
-		 *
 		 * The connecter's (client's) credentials are copied from its
 		 * process structure at the time of connect() (which is now).
 		 */
 		cru2x(td->td_ucred, &unp3->unp_peercred);
 		unp3->unp_flags |= UNP_HAVEPC;
+
 		/*
 		 * The receiver's (server's) credentials are copied from the
 		 * unp_peercred member of socket on which the former called


More information about the svn-src-stable mailing list