Don't give up on file write errors. Just log them and continue.

This commit is contained in:
Kirk McKusick 2000-12-12 06:30:42 +00:00
parent e449cfc4c7
commit 522b7bcdf6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69895

View File

@ -737,7 +737,6 @@ xtrfile(buf, size)
fprintf(stderr,
"write error extracting inode %d, name %s\nwrite: %s\n",
curfile.ino, curfile.name, strerror(errno));
done(1);
}
}