svn commit: r186684 - head/sys/kern

Robert Watson rwatson at FreeBSD.org
Thu Jan 1 12:03:24 PST 2009


Author: rwatson
Date: Thu Jan  1 20:03:22 2009
New Revision: 186684
URL: http://svn.freebsd.org/changeset/base/186684

Log:
  White space and comment tweaks.
  
  MFC after:	3 weeks

Modified:
  head/sys/kern/uipc_usrreq.c

Modified: head/sys/kern/uipc_usrreq.c
==============================================================================
--- head/sys/kern/uipc_usrreq.c	Thu Jan  1 20:03:01 2009	(r186683)
+++ head/sys/kern/uipc_usrreq.c	Thu Jan  1 20:03:22 2009	(r186684)
@@ -1229,14 +1229,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-all mailing list