Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Supply the correct prototype for cap_enter()
Matthew Seaman committed 11 years ago
commit f21cab54e06930c5775e1a42e78abf7b6761e5ef
parent ba7d115
1 file changed +5 -1
modified src/audit.c
@@ -1,6 +1,6 @@
/*-
 * Copyright (c) 2011-2012 Julien Laffaye <jlaffaye@FreeBSD.org>
-
 * Copyright (c) 2014 Matthew Seaman <matthew@FreeBSD.org>
+
 * Copyright (c) 2014-2015 Matthew Seaman <matthew@FreeBSD.org>
 * Copyright (c) 2014 Vsevolod Stakhov <vsevolod@FreeBSD.org>
 * All rights reserved.
 * 
@@ -52,6 +52,10 @@
#include <sys/capsicum.h>
#endif

+
#ifdef HAVE_CAPSICUM
+
#include <sys/capability.h>
+
#endif
+

#include <pkg.h>
#include "pkgcli.h"