X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fexec-cd.c;h=0c47459ec5b18db45ae0f3c79b1642119d0c7001;hb=a917f24ef7b003dcef54a3db2644cf9cb4bc2db2;hp=28cdd475e7c75f5f3aa6b201e48003d06dd45d27;hpb=90ea9558c3d51f65b96228653fd54b8ba8604e48;p=util-vserver.git diff --git a/util-vserver/src/exec-cd.c b/util-vserver/src/exec-cd.c index 28cdd47..0c47459 100644 --- a/util-vserver/src/exec-cd.c +++ b/util-vserver/src/exec-cd.c @@ -21,7 +21,13 @@ #endif #include "util.h" -#include "wrappers.h" +#include +#include + +#define ENSC_WRAPPERS_PREFIX "exec-cd: " +#define ENSC_WRAPPERS_FCNTL 1 +#define ENSC_WRAPPERS_UNISTD 1 +#include int wrapper_exit_code = 255; @@ -31,7 +37,7 @@ showHelp(int fd, char const *cmd, int res) WRITE_MSG(fd, "Usage: "); WRITE_STR(fd, cmd); WRITE_MSG(fd, - "[--] *\n\n" + " [--] *\n\n" "Please report bugs to " PACKAGE_BUGREPORT "\n"); exit(res); }