summaryrefslogtreecommitdiff
path: root/src/port/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/strlcpy.c')
-rw-r--r--src/port/strlcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/strlcpy.c b/src/port/strlcpy.c
index 1f4e7dd7d6..8f751eb88b 100644
--- a/src/port/strlcpy.c
+++ b/src/port/strlcpy.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/strlcpy.c,v 1.7 2010/01/02 16:58:13 momjian Exp $
+ * src/port/strlcpy.c
*
* This file was taken from OpenBSD and is used on platforms that don't
* provide strlcpy(). The OpenBSD copyright terms follow.