PERFORCE change 174292 for review

Jonathan Anderson jona at FreeBSD.org
Thu Feb 4 00:50:22 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=174292

Change 174292 by jona at jona-belle-freebsd8 on 2010/02/04 00:49:41

	Removed lch_start_libs and lch_startfd_libs, which have no more implementation

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libcapsicum/libcapsicum.h#13 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libcapsicum/libcapsicum.h#13 (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/libcapsicum/libcapsicum.h#12 $
+ * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapsicum/libcapsicum.h#13 $
  */
 
 #ifndef _LIBCAPSICUM_H_
@@ -131,13 +131,8 @@
  */
 int	lch_start(const char *sandbox, char *const argv[], u_int flags,
 	    struct lc_fdlist *fds, struct lc_sandbox **lcspp);
-int	lch_start_libs(const char *sandbox, char *const argv[], u_int flags,
-	    struct lc_fdlist *fds, struct lc_sandbox **lcspp);
 int	lch_startfd(int fd_sandbox, const char *binname, char *const argv[],
 	    u_int flags, struct lc_fdlist *fds, struct lc_sandbox **lcspp);
-int	lch_startfd_libs(int fd_sandbox, const char *binname,
-	    char *const argv[], u_int flags, struct lc_fdlist *fds,
-	    struct lc_sandbox **lcspp);
 void	lch_stop(struct lc_sandbox *lcsp);
 
 /*


More information about the p4-projects mailing list