Date: Wed, 19 Jul 2006 21:25:06 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101966 for review Message-ID: <200607192125.k6JLP68A095735@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101966 Change 101966 by jhb@jhb_mutex on 2006/07/19 21:24:39 Oops. Affected files ... .. //depot/projects/smpng/sys/compat/svr4/svr4_socket.c#13 edit Differences ... ==== //depot/projects/smpng/sys/compat/svr4/svr4_socket.c#13 (text+ko) ==== @@ -126,7 +126,6 @@ if ((error = copyinstr(path, e->sock.sun_path, sizeof(e->sock.sun_path), &len)) != 0) { - mtx_unlock(&Giant); DPRINTF(("svr4_add_socket: copyinstr failed %d\n", error)); free(e, M_TEMP); return error;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607192125.k6JLP68A095735>