X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fvunify.c;h=769214abcd718304f8c46fd8c2f825f11ac80c94;hb=bb23ba0d1b3ab139512fd137a5e7f7241a49c2d6;hp=03a4e43a96f55731db6b59b0c863576fcc4a9620;hpb=d51fc818cf72f27e9c02686b09c34e939e48673e;p=util-vserver.git diff --git a/util-vserver/src/vunify.c b/util-vserver/src/vunify.c index 03a4e43..769214a 100644 --- a/util-vserver/src/vunify.c +++ b/util-vserver/src/vunify.c @@ -21,7 +21,6 @@ #endif #include "vunify.h" -#include "wrappers-dirent.h" #include "util.h" #include @@ -32,6 +31,16 @@ #include #include #include +#include +#include +#include + +#define ENSC_WRAPPERS_IO 1 +#define ENSC_WRAPPERS_FCNTL 1 +#define ENSC_WRAPPERS_DIRENT 1 +#define ENSC_WRAPPERS_UNISTD 1 +#define ENSC_WRAPPERS_STDLIB 1 +#include int wrapper_exit_code = 1; @@ -69,7 +78,7 @@ showHelp(int fd, char const *cmd, int res) " done (in combination with '-v')\n" " -v ... verbose mode\n" " -x ... do not cross filesystems; this is valid in manual\n" - " mode only and will be ignored for vserver unification\n" + " mode only and will be ignored for vserver unification\n\n" "Please report bugs to " PACKAGE_BUGREPORT "\n"); #if 0 " -C ... use cached excludelists; usually they will be\n"