summaryrefslogtreecommitdiff
path: root/port/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'port/strlcat.c')
-rw-r--r--port/strlcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/port/strlcat.c b/port/strlcat.c
index d3c69b5fab78..86a545c4b3ad 100644
--- a/port/strlcat.c
+++ b/port/strlcat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strlcat.c,v 1.2 2015/01/22 03:48:07 christos Exp $ */
+/* $NetBSD: strlcat.c,v 1.1 2015/01/22 02:36:15 christos Exp $ */
/* $OpenBSD: strlcat.c,v 1.10 2003/04/12 21:56:39 millert Exp $ */
/*
@@ -24,7 +24,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: strlcat.c,v 1.2 2015/01/22 03:48:07 christos Exp $");
+__RCSID("$NetBSD: strlcat.c,v 1.1 2015/01/22 02:36:15 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#ifdef _LIBC