diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2024-07-14 14:32:03 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2024-07-14 14:32:03 +0000 |
commit | b1d0c168e4768c332372575db73b18da929caad1 (patch) | |
tree | 233e39fb078e2da694070c018c9b3550970119d1 /bin/pax | |
parent | 93a9336b1ad0a8f3f2ffbcf853cd5946cb01cebd (diff) |
Zap trailing whitespace
Dummy commit to trigger the git exporter.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/ar_subs.c | 4 | ||||
-rw-r--r-- | bin/pax/file_subs.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index 172d6847b3a..a14c2032c82 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar_subs.c,v 1.52 2024/05/18 05:21:38 guenther Exp $ */ +/* $OpenBSD: ar_subs.c,v 1.53 2024/07/14 14:32:02 jca Exp $ */ /* $NetBSD: ar_subs.c,v 1.5 1995/03/21 09:07:06 cgd Exp $ */ /*- @@ -172,7 +172,7 @@ cmp_file_times(int mtime_flag, int ctime_flag, ARCHD *arcn, const char *path) else if (timespeccmp(&arcn->sb.st_mtim, &sb.st_mtim, <=)) return 1; - /* + /* * If we got here then the target arcn > sb for mtime *and* that's * the deciding factor. Check whether they're equal after rounding * down the arcn mtime to the precision of the target path. diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 6f81f94001c..c679edf05a5 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file_subs.c,v 1.56 2023/11/26 16:04:17 espie Exp $ */ +/* $OpenBSD: file_subs.c,v 1.57 2024/07/14 14:32:02 jca Exp $ */ /* $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $ */ /*- @@ -649,7 +649,7 @@ chk_path(char *name, uid_t st_uid, gid_t st_gid, int ign) */ if (mkdir(name, S_IRWXU | S_IRWXG | S_IRWXO) == -1) { if (!ign) - syswarn(1, errno, "Unable to mkdir %s", name); + syswarn(1, errno, "Unable to mkdir %s", name); *spt = '/'; retval = -1; break; |