summaryrefslogtreecommitdiffstats
path: root/bin/pax/ar_subs.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-26 09:22:28 +0000
committerkris <kris@FreeBSD.org>2001-04-26 09:22:28 +0000
commitf94a8fb47c29e9bfcd6c630a381d671b1670b986 (patch)
tree62d348421154571eb4d0094e18b9a5067218d852 /bin/pax/ar_subs.c
parent87160071b6b87e996f79019f5af6d0633b727761 (diff)
downloadFreeBSD-src-f94a8fb47c29e9bfcd6c630a381d671b1670b986.zip
FreeBSD-src-f94a8fb47c29e9bfcd6c630a381d671b1670b986.tar.gz
Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.
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 02ac1a6..4f15ffd 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.");
OpenPOWER on IntegriCloud