Module Name: src Committed By: christos Date: Tue Jan 14 19:29:45 UTC 2020
Modified Files: src/external/bsd/libarchive/dist/libarchive: archive_write_disk_posix.c Log Message: In the extract atomic case, remove the destination hard link first since it did not get removed before for us. If we wanted to do this right, we would do the mk*temp() file generation and trying to link instead of open, and finally when we got the link to succeed, we would rename the temp link to the final destination name, making hard link creation atomic. For now we just remove first. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd/libarchive/dist/libarchive/archive_write_disk_posix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.