PERFORCE change 164412 for review

Robert Watson rwatson at FreeBSD.org
Mon Jun 15 10:19:30 UTC 2009


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

Change 164412 by rwatson at 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.


More information about the p4-projects mailing list