summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/namespace.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
commit272b48187cee0b42b6e936ad2c045f13b391f3ad (patch)
tree383049270ccbac5040e4404bbe71ac49d0c423db /src/grp-system/libcore/namespace.c
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/grp-system/libcore/namespace.c')
-rw-r--r--src/grp-system/libcore/namespace.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/grp-system/libcore/namespace.c b/src/grp-system/libcore/namespace.c
index f7c5364437..cb85074cce 100644
--- a/src/grp-system/libcore/namespace.c
+++ b/src/grp-system/libcore/namespace.c
@@ -18,22 +18,19 @@
***/
#include <errno.h>
+#include <linux/fs.h>
#include <sched.h>
#include <stdio.h>
#include <string.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <unistd.h>
-#include <linux/fs.h>
#include "basic/alloc-util.h"
-#include "shared/dev-setup.h"
#include "basic/fd-util.h"
-#include "loopback-setup.h"
#include "basic/missing.h"
#include "basic/mkdir.h"
#include "basic/mount-util.h"
-#include "namespace.h"
#include "basic/path-util.h"
#include "basic/selinux-util.h"
#include "basic/socket-util.h"
@@ -43,6 +40,10 @@
#include "basic/umask-util.h"
#include "basic/user-util.h"
#include "basic/util.h"
+#include "shared/dev-setup.h"
+
+#include "loopback-setup.h"
+#include "namespace.h"
#define DEV_MOUNT_OPTIONS (MS_NOSUID|MS_STRICTATIME|MS_NOEXEC)