diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-06-15 13:44:37 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-06-15 13:44:37 +0000 |
commit | e6a066ac3e8fdf1fcd4f3f2ca1b82bd55eb2da2a (patch) | |
tree | d6a99e0065ab5d39b716a0d5272ef21055745e0c /port/strlcat.c | |
parent | 6fa63e1816f543db1c68320f442e30f95d8f9f78 (diff) |
Notes
Diffstat (limited to 'port/strlcat.c')
-rw-r--r-- | port/strlcat.c | 4 |
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 |