summaryrefslogtreecommitdiff
path: root/usr.bin/make/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/util.c')
-rw-r--r--usr.bin/make/util.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c
index e908468d6be..aebcc878996 100644
--- a/usr.bin/make/util.c
+++ b/usr.bin/make/util.c
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.72 2020/12/15 20:39:15 rillig Exp $ */
+/* $NetBSD: util.c,v 1.73 2020/12/30 10:03:16 rillig Exp $ */
/*
* Missing stuff from OS's
@@ -15,7 +15,7 @@
#include "make.h"
-MAKE_RCSID("$NetBSD: util.c,v 1.72 2020/12/15 20:39:15 rillig Exp $");
+MAKE_RCSID("$NetBSD: util.c,v 1.73 2020/12/30 10:03:16 rillig Exp $");
#if !defined(MAKE_NATIVE) && !defined(HAVE_STRERROR)
extern int errno, sys_nerr;
@@ -154,7 +154,8 @@ main(int argc, char *argv[])
#endif
#if defined(__hpux__) || defined(__hpux)
-/* strrcpy():
+/*
+ * strrcpy():
* Like strcpy, going backwards and returning the new pointer
*/
static char *