Add support for the various new APIs in 2.2 and 2.3, in particular, netv2.
[util-vserver.git] / lib / syscall_getvci.c
index 94dbc96..e9b28dc 100644 (file)
@@ -33,7 +33,7 @@
 int
 vc_get_vci()
 {
-  CALL_VC(CALL_VC_V21(vc_get_vci));
+  CALL_VC(CALL_VC_V21(vc_get_vci, 0));
 }
 
 #endif