Need another approach for this
[util-vserver.git] / src / vcontext.c
index 57a45fe..3099741 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "util.h"
+#include "compat-pivot_root.h"
 #include "lib/internal.h"
 #include "lib_internal/jail.h"
 #include "lib_internal/sys_personality.h"
@@ -367,6 +368,7 @@ doit(struct Arguments const *args, int argc, char *argv[])
     doExternalSync(ext_sync_fd, args->sync_msg);
     doSyncStage1(p, args->do_disconnect);
     DPRINTF("doit: pid=%u, ppid=%u\n", getpid(), getppid());
+
     if (!args->do_vlogin)
       execvp (argv[optind],argv+optind);
     else