X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ad7871609881e73855d0b04da49b486cd93efca7..ed554bc5e4201344d7eaad78263566e79428759c:/usr/src/bin/pax/ar_subs.c diff --git a/usr/src/bin/pax/ar_subs.c b/usr/src/bin/pax/ar_subs.c index 91aa273a10..5d6d3c6d9c 100644 --- a/usr/src/bin/pax/ar_subs.c +++ b/usr/src/bin/pax/ar_subs.c @@ -36,7 +36,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)ar_subs.c 8.1 (Berkeley) 5/31/93"; +static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94"; #endif /* not lint */ #include @@ -610,8 +610,8 @@ append() * reading the archive may take a long time. If verbose tell the user */ if (vflag) { - (void)fputs("pax: Reading archive to position at the end...", - stderr); + (void)fprintf(stderr, + "%s: Reading archive to position at the end...", argv0); vfpart = 1; }