1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/archivers/gtar/files/patch-src::misc.c
Maxim Sobolev 5942db774f Stage 1 of system GNU tar upgrade to a modern version:
Merge all applicable bugfixes, local hacks and new features from the ancient
base system tar into the port, so those two are interchangeable.

Bump PORTREVISION.
2002-06-02 10:18:14 +00:00

19 lines
411 B
C

$FreeBSD$
--- src/misc.c 2002/06/01 21:08:46 1.1
+++ src/misc.c 2002/06/01 21:09:16
@@ -549,10 +549,8 @@
chmod_error_details (char const *name, mode_t mode)
{
int e = errno;
- char buf[10];
- decode_mode (mode, buf);
- ERROR ((0, e, _("%s: Cannot change mode to %s"),
- quotearg_colon (name), buf));
+ ERROR ((0, e, _("%s: Cannot change mode to 0%o"),
+ quotearg_colon (name), mode));
}
void