Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2009 16:14:15 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165759 for review
Message-ID:  <200907071614.n67GEFZU071283@repoman.freebsd.org>

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

Change 165759 by jona@jona-trustedbsd-belle-vmware on 2009/07/07 16:13:58

	__BEGIN_DECLS for libcapability

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#24 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#24 (text+ko) ====

@@ -30,12 +30,16 @@
  * 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#23 $
+ * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#24 $
  */
 
 #ifndef _LIBCAPABILITY_H_
 #define	_LIBCAPABILITY_H_
 
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+
 struct lc_sandbox;
 struct lc_host;
 
@@ -154,4 +158,6 @@
  */
 int	cap_main(int argc, char *argv[]);
 
+__END_DECLS
+
 #endif /* !_LIBCAPABILITY_H_ */



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