diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-21 17:45:55 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-21 17:45:55 -0800 |
commit | 60210334fa3dbd5dd168199063c6ee850d750d0c (patch) | |
tree | 31e832ba6788076075d38e20ffd27ebf09430407 /portable/strlcpy.c | |
parent | e571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff) |
Imported Upstream version 0.10
Diffstat (limited to 'portable/strlcpy.c')
-rw-r--r-- | portable/strlcpy.c | 3 |
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 |