Recognize set_utsname as a ccap too.
[util-vserver.git] / lib / syscall_setnamespace-v13.hc
index 04fec90..cda4c1a 100644 (file)
@@ -25,5 +25,5 @@
 static inline ALWAYSINLINE int
 vc_set_namespace_v13(int UNUSED tmp)
 {
-  return vserver(VCMD_set_namespace, 0, 0);
+  return vserver(VCMD_set_namespace_v0, -1, 0);
 }