Use the older versions of these syscalls, so the utils will work on older kernels.
[util-vserver.git] / lib / syscall_setnamespace-v13.hc
index ce7d5ad..cda4c1a 100644 (file)
@@ -25,5 +25,5 @@
 static inline ALWAYSINLINE int
 vc_set_namespace_v13(int UNUSED tmp)
 {
-  return vserver(VCMD_set_namespace, -1, 0);
+  return vserver(VCMD_set_namespace_v0, -1, 0);
 }