added 'fmt'
[util-vserver.git] / util-vserver / lib / syscall.c
index 52134c8..48080ec 100644 (file)
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
-#include "compat.h"
 
 #include "compat.h"
 #include "vserver.h"
-#include "vserver-internal.h"
 #include "internal.h"
 
 #define _LINUX_TYPES_H 1
 #include "linuxvirtual.h"
 
+#if defined(VC_ENABLE_API_COMPAT) && defined(VC_ENABLE_API_LEGACY)
+#  define VC_MULTIVERSION_SYSCALL      1
+#endif
+#include "vserver-internal.h"
+
 #ifdef VC_ENABLE_API_COMPAT    
 #  include "syscall-compat.hc"
 #endif
 #include <stdbool.h>
 #include <errno.h>
 
+
 #if defined(VC_ENABLE_API_COMPAT) || defined(VC_ENABLE_API_LEGACY)
 
-int
+xid_t
 vc_new_s_context(xid_t ctx, unsigned int remove_cap, unsigned int flags)
 {
   CALL_VC(CALL_VC_COMPAT(vc_new_s_context, ctx, remove_cap, flags),