s!write()!Vwrite()! at some places
[util-vserver.git] / util-vserver / src / vunify.c
index 509ad4e..0c98af4 100644 (file)
@@ -251,15 +251,15 @@ doit(struct MatchList const *mlist,
     if (global_args->do_revert) WRITE_MSG(1, "deunifying '");
     else                        WRITE_MSG(1, "unifying   '");
 
-    write(1, src_path->d, src_path->l);
+    Vwrite(1, src_path->d, src_path->l);
     WRITE_MSG(1, "'");
 
     if (Global_getVerbosity()>=4) {
       WRITE_MSG(1, " (from ");
       if (Global_getVerbosity()==4 && mlist->id.d)
-       write(1, mlist->id.d, mlist->id.l);
+       Vwrite(1, mlist->id.d, mlist->id.l);
       else
-       write(1, mlist->root.d, mlist->root.l);
+       Vwrite(1, mlist->root.d, mlist->root.l);
       WRITE_MSG(1, ")");
     }
     WRITE_MSG(1, "\n");
@@ -328,7 +328,7 @@ visitDirEntry(struct dirent const *ent)
         (Global_getVerbosity()>=6 && is_dotfile) ||
         (Global_getVerbosity()>=6 && is_link)) ) {
       WRITE_MSG(1, "  skipping '");
-      write(1, path.d, path.l);
+      Vwrite(1, path.d, path.l);
       WRITE_MSG(1, "'");
       if (Global_getVerbosity()>=2) printSkipReason();
       WRITE_MSG(1, "\n");