summaryrefslogtreecommitdiff
path: root/main/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/strlcat.c')
-rw-r--r--main/strlcat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/strlcat.c b/main/strlcat.c
index 6ef5644568..5556bc31ae 100644
--- a/main/strlcat.c
+++ b/main/strlcat.c
@@ -1,7 +1,5 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 7 |
- +----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
@@ -50,7 +48,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: strlcat.c,v 1.17 2016/10/14 18:19:04 dtucker Exp $";
+static const char *rcsid = "$OpenBSD: strlcat.c,v 1.17 2016/10/14 18:19:04 dtucker Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>