]> git.ipfire.org Git - thirdparty/util-linux.git/commit
copyfilerange: use err() instead of errx() with glibc %m
authorKarel Zak <kzak@redhat.com>
Mon, 27 Apr 2026 08:32:06 +0000 (10:32 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Apr 2026 08:32:06 +0000 (10:32 +0200)
commit869f63fdce290ae602febf015c843a0cf0891160
tree3c046cdc0573cd0790b1ad2f29ab0e55ed16c1c3
parent7f80aee63454ba511ca750482a030bbc1ad1ebdc
copyfilerange: use err() instead of errx() with glibc %m

Replace errx() + %m format specifier with err(), which portably
appends strerror(errno) without relying on the glibc-specific %m
extension.

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/copyfilerange.c