use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / util-vserver / lib / syscall_getvxinfo-oldproc.hc
index 13717ed..09d7b22 100644 (file)
@@ -21,9 +21,9 @@
 #endif
 
 static inline ALWAYSINLINE int
-vc_get_vx_info_X(xid_t UNUSED xid, struct vc_vx_info UNUSED *info)
+vc_get_vx_info_oldproc(xid_t UNUSED xid, struct vc_vx_info UNUSED *info)
 {
   // TODO: ???
-  errno = EINVAL;
+  errno = ENOSYS;
   return -1;
 }