Page MenuHomeFreeBSD

ar: report errno on warning/error
ClosedPublic

Authored by emaste on Oct 22 2018, 6:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 11:42 AM
Unknown Object (File)
Mar 2 2024, 7:24 PM
Unknown Object (File)
Jan 12 2024, 9:57 AM
Unknown Object (File)
Dec 27 2023, 9:11 PM
Unknown Object (File)
Dec 25 2023, 9:42 AM
Unknown Object (File)
Dec 22 2023, 10:30 PM
Unknown Object (File)
Dec 13 2023, 3:59 AM
Unknown Object (File)
Sep 27 2023, 1:49 PM
Subscribers

Details

Summary

Previously ar would report an error like "ar: fatal: Write error" without including additional errno information. Change warnings and errors to include archive_errno() so that the user may have some idea of the reason for the failure.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Oct 22 2018, 9:19 PM
This revision was automatically updated to reflect the committed changes.