PERFORCE change 100592 for review

John Birrell jb at FreeBSD.org
Wed Jul 5 01:53:21 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100592

Change 100592 by jb at jb_freebsd2 on 2006/07/05 01:52:26

	Fix a missing variable. Not sure how this got lost in the three-way
	integration.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/uipc_usrreq.c#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/uipc_usrreq.c#5 (text+ko) ====

@@ -201,6 +201,7 @@
 static int
 uipc_connect(struct socket *so, struct sockaddr *nam, struct thread *td)
 {
+	struct unpcb *unp;
 	int error;
 
 	KASSERT(td == curthread, ("uipc_connect: td != curthread"));


More information about the p4-projects mailing list