Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2010 11:18:56 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 174075 for review
Message-ID:  <201002011118.o11BIuOK034943@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=174075

Change 174075 by jona@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002011118.o11BIuOK034943>