s!write()!Vwrite()! at some places
[util-vserver.git] / util-vserver / src / vlimit.c
index 9400ef2..27c0a77 100644 (file)
@@ -217,7 +217,7 @@ showAll(int ctx)
     ptr  = appendLimit(buf+50, mask.hard&bitmask, limit.hard);
 
     *ptr++ = '\n';
-    write(1, buf, ptr-buf);
+    Vwrite(1, buf, ptr-buf);
   }
 }