use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / util-vserver / vserver-start / main.c
index 6da6b27..3ff03e4 100644 (file)
@@ -37,6 +37,7 @@
 #include <sys/file.h>
 #include <sched.h>
 #include <signal.h>
+#include <unistd.h>
 #include <sys/socket.h>
 
 #define ENSC_WRAPPERS_VSERVER  1
@@ -137,7 +138,7 @@ setCFlag(xid_t xid, uint_least64_t value)
   Evc_set_cflags(xid, &flags);
 }
 
-int main(int argc, char *argv[])
+int main(int UNUSED argc, char UNUSED *argv[])
 {
   Cfg_init(&cfg);