]> git.ipfire.org Git - thirdparty/coreutils.git/commit
uniq: be more specific when diagnosing read errors
authorPádraig Brady <P@draigBrady.com>
Wed, 26 Apr 2023 14:20:47 +0000 (15:20 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 26 Apr 2023 15:19:51 +0000 (16:19 +0100)
commit4eb5abbff4e9ddfcb0537bfc75ded89ca739dbfb
tree51574766a30d971e6e03b7e1765f746163c9b4a9
parentb16553cdad35c286a6078b1bfa503df59403be2b
uniq: be more specific when diagnosing read errors

* src/uniq.c (check_file): Use the errno when diagnosing read errors.
src/uniq.c