Date: Mon, 15 Jun 2009 10:19:28 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 164412 for review Message-ID: <200906151019.n5FAJSeo062143@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=164412 Change 164412 by rwatson@rwatson_freebsd_capabilities on 2009/06/15 10:18:54 Fix variable name -- a pointer to an int, not an int. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#17 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#17 (text+ko) ==== @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#16 $ + * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#17 $ */ #ifndef _LIBCAPABILITY_H_ @@ -89,7 +89,7 @@ int lch_rpc_rights(struct lc_sandbox *lcsp, u_int32_t opno, struct iovec *req, int reqcount, int *req_fdp, int req_fdcount, struct iovec *rep, int repcount, size_t *replenp, int *rep_fdp, - int *rep_fdcount); + int *rep_fdcountp); /* * Interfaces to query state from within capability mode sandboxes.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906151019.n5FAJSeo062143>
