Dummy commit to trigger the git exporter.
-/* $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 $ */
/*-
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.
-/* $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 $ */
/*-
*/
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;