aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/ar_subs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/ar_subs.c')
-rw-r--r--bin/pax/ar_subs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c
index 02ac1a6e5e75..4f15ffd48b60 100644
--- a/bin/pax/ar_subs.c
+++ b/bin/pax/ar_subs.c
@@ -66,7 +66,7 @@ extern sigset_t s_mask;
* the user: list, append, read ...
*/
-static char hdbuf[BLKMULT]; /* space for archive header on read */
+static char hdbuf[BLKMULT]; /* space for archive header on read */
u_long flcnt; /* number of files processed */
/*
@@ -1016,7 +1016,7 @@ next_head(arcn)
if (!in_resync) {
if (act == APPND) {
paxwarn(1,
- "Archive I/O error, cannot continue");
+ "Archive I/O error, cannot continue");
return(-1);
}
paxwarn(1,"Archive I/O error. Trying to recover.");