Date: Mon, 8 Jun 2009 21:21:29 GMT From: Jonathan Anderson <jona@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 163835 for review Message-ID: <200906082121.n58LLT3F030721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163835 Change 163835 by jona@jona-trustedbsd-belle-vm on 2009/06/08 21:21:22 Let uipc_syscalls.c compile even if CAPABILITIES is not defined Affected files ... .. //depot/projects/trustedbsd/capabilities/src/sys/kern/uipc_syscalls.c#12 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/sys/kern/uipc_syscalls.c#12 (text+ko) ==== @@ -120,8 +120,8 @@ struct file *fp; #ifdef CAPABILITIES struct file *fp_fromcap; + int error; #endif - int error; fp = NULL; if (fdp == NULL || (fp = fget_unlocked(fdp, fd)) == NULL)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906082121.n58LLT3F030721>