added sys_clone.h
[util-vserver.git] / util-vserver / src / vrsetup.c
index 81a3e5b..f2d3eee 100644 (file)
 #  include <config.h>
 #endif
 
-#include "wrappers.h"
 #include "util.h"
 
 #include <getopt.h>
 #include <stdlib.h>
+#include <fcntl.h>
+#include <sys/ioctl.h>
+
+#define ENSC_WRAPPERS_FCNTL    1
+#define ENSC_WRAPPERS_IOCTL    1
+#define ENSC_WRAPPERS_UNISTD   1
+#include <wrappers.h>
 
 int wrapper_exit_code = 1;
 
@@ -62,7 +68,7 @@ showVersion()
   WRITE_MSG(1,
            "vrsetup " VERSION " -- set up and control vroot devices\n"
            "This program is part of " PACKAGE_STRING "\n\n"
-           "Copyright (C) 2003 Enrico Scholz\n"
+           "Copyright (C) 2004 Enrico Scholz\n"
            VERSION_COPYRIGHT_DISCLAIMER);
   exit(0);
 }