diff options
Diffstat (limited to 'src/strlcpy.c')
| -rw-r--r-- | src/strlcpy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strlcpy.c b/src/strlcpy.c index c0ebfd5..ba8581e 100644 --- a/src/strlcpy.c +++ b/src/strlcpy.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2006, 2008, 2009, 2013 - * Thorsten Glaser <tg@mirbsd.org> + * mirabilos <m@mirbsd.org> * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any @@ -18,7 +18,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/strlcpy.c,v 1.8 2013/11/05 22:10:15 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/strlcpy.c,v 1.10 2015/11/29 17:05:02 tg Exp $"); /* * Copy src to string dst of size siz. At most siz-1 characters |
