PERFORCE change 174075 for review

Jonathan Anderson jona at FreeBSD.org
Mon Feb 1 11:18:56 UTC 2010


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

Change 174075 by jona at jona-belle-freebsd8 on 2010/02/01 11:18:35

	Add lc_fdlist_append() to libcapsicum.h

Affected files ...

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

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libcapsicum/libcapsicum.h#6 (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#5 $
+ * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapsicum/libcapsicum.h#6 $
  */
 
 #ifndef _LIBCAPABILITY_H_
@@ -81,6 +81,12 @@
 	              const char *name, int fd);
 
 /*
+ * Append the contents of one list to another.
+ */
+int	lc_fdlist_append(struct lc_fdlist **to, struct lc_fdlist *from);
+
+
+/*
  * Like lc_fdlist_add(), but allows capability rights to be specified. The file
  * descriptor will be wrapped in a capability with the given rights (so if the
  * descriptor *is* a capability, its rights will be constrained according to this


More information about the p4-projects mailing list