use the VCMD_* macros instead of the VC_CMD(...) macros
[util-vserver.git] / util-vserver / lib / syscall_getvxinfo-v13.hc
index 4813eb8..11bafa6 100644 (file)
@@ -24,7 +24,7 @@ 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 = vserver(VCMD_vx_info, xid, &res);
   if (rc==-1) return -1;
 
   info->xid     = CTX_KERNEL2USER(res.xid);