summaryrefslogtreecommitdiffstats
path: root/src/fnet
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-28 18:05:59 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-28 18:05:59 -0400
commit0e0df4153e83910f61643b705ecc1e65824b0c0c (patch)
tree8de98d2479d34d3cbe54f181bd7e514c7c7464c1 /src/fnet
parentmoving --profile to sbox (diff)
downloadfirejail-0e0df4153e83910f61643b705ecc1e65824b0c0c.tar.gz
firejail-0e0df4153e83910f61643b705ecc1e65824b0c0c.tar.zst
firejail-0e0df4153e83910f61643b705ecc1e65824b0c0c.zip
compile cleanup
Diffstat (limited to 'src/fnet')
-rw-r--r--src/fnet/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/fnet/main.c b/src/fnet/main.c
index 88f71c4b3..f17287cb9 100644
--- a/src/fnet/main.c
+++ b/src/fnet/main.c
@@ -17,11 +17,7 @@
17 * with this program; if not, write to the Free Software Foundation, Inc., 17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19*/ 19*/
20#include <stdio.h> 20#include "fnet.h"
21#include <stdlib.h>
22#include <errno.h>
23#include <sys/prctl.h>
24#include <linux/capability.h>
25 21
26static void usage(void) { 22static void usage(void) {
27 printf("Usage:\n"); 23 printf("Usage:\n");