cleanups
[util-vserver.git] / util-vserver / src / exec-cd.c
index 28cdd47..0c47459 100644 (file)
 #endif
 
 #include "util.h"
-#include "wrappers.h"
+#include <fcntl.h>
+#include <errno.h>
+
+#define ENSC_WRAPPERS_PREFIX   "exec-cd: "
+#define ENSC_WRAPPERS_FCNTL    1
+#define ENSC_WRAPPERS_UNISTD   1
+#include <wrappers.h>
 
 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,
-           "[--] <dir> <cmd> <args>*\n\n"
+           " [--] <dir> <cmd> <args>*\n\n"
            "Please report bugs to " PACKAGE_BUGREPORT "\n");
   exit(res);
 }