use a more modern version which accepts 'DIET' and 'DIETFLAGS' as
[util-vserver.git] / util-vserver / src / readlink.c
index a851270..04ec3f7 100644 (file)
@@ -71,7 +71,7 @@ int main (int argc, char *argv[])
     PERROR_Q("readlink: readlink", argv[idx]);
   else {
     buf[len++] = '\n';
-    write(1, buf, len);
+    Vwrite(1, buf, len);
     return EXIT_SUCCESS;
   }