diff options
Diffstat (limited to 'portable/strlcat.c')
-rw-r--r-- | portable/strlcat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/portable/strlcat.c b/portable/strlcat.c index 4816f90..f696db3 100644 --- a/portable/strlcat.c +++ b/portable/strlcat.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Replacement for a missing strlcat. * * Provides the same functionality as the *BSD function strlcat, originally |