add newlines in the makefile generated for the 'stop' case; else, there
[util-vserver.git] / util-vserver / lib / syscall_adddlimit.c
index b1a7846..2dd0694 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #include "vserver.h"
-#include "linuxvirtual.h"
+#include "virtual.h"
 
 #include "vserver-internal.h"
 
@@ -32,5 +32,5 @@
 int
 vc_add_dlimit(char const *filename, xid_t xid, uint32_t flags)
 {
-  CALL_VC(CALL_VC_V13(vc_add_dlimit, filename, xid, flags));
+  CALL_VC(CALL_VC_V13B(vc_add_dlimit, filename, xid, flags));
 }