removed the fscompat* files
[util-vserver.git] / util-vserver / lib / syscall_getvxinfo-v13.hc
index 4813eb8..da6b78a 100644 (file)
@@ -24,7 +24,9 @@ static inline ALWAYSINLINE int
 vc_get_vx_info_v13(xid_t xid, struct vc_vx_info *info)
 {
   struct vcmd_vx_info_v0       res;
-  int                          rc = vserver(VC_CMD(VINFO, 5,0), xid, &res);
+  int                          rc;
+
+  rc = vserver(VCMD_vx_info, CTX_USER2KERNEL(xid), &res);
   if (rc==-1) return -1;
 
   info->xid     = CTX_KERNEL2USER(res.xid);