aboutsummaryrefslogtreecommitdiff
path: root/contrib/blocklist/port/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/blocklist/port/strlcpy.c')
-rw-r--r--contrib/blocklist/port/strlcpy.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/blocklist/port/strlcpy.c b/contrib/blocklist/port/strlcpy.c
index 6646e1ce9696..3de72a640c59 100644
--- a/contrib/blocklist/port/strlcpy.c
+++ b/contrib/blocklist/port/strlcpy.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strlcpy.c,v 1.2 2015/01/22 03:48:07 christos Exp $ */
+/* $NetBSD: strlcpy.c,v 1.2 2025/02/11 17:48:30 christos Exp $ */
/* $OpenBSD: strlcpy.c,v 1.7 2003/04/12 21:56:39 millert Exp $ */
/*
@@ -22,9 +22,12 @@
#include "config.h"
#endif
+#ifdef HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
+#endif
+
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: strlcpy.c,v 1.2 2015/01/22 03:48:07 christos Exp $");
+__RCSID("$NetBSD: strlcpy.c,v 1.2 2025/02/11 17:48:30 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#ifdef _LIBC