Date: Wed, 5 Jul 2006 01:53:20 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100592 for review Message-ID: <200607050153.k651rKnW033434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100592 Change 100592 by jb@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"));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607050153.k651rKnW033434>