summaryrefslogtreecommitdiff
path: root/portable/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'portable/strlcpy.c')
-rw-r--r--portable/strlcpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/portable/strlcpy.c b/portable/strlcpy.c
index d281645..596e968 100644
--- a/portable/strlcpy.c
+++ b/portable/strlcpy.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Replacement for a missing strlcpy.
*
* Provides the same functionality as the *BSD function strlcpy, originally