]> andersk Git - openssh.git/blobdiff - openbsd-compat/strlcpy.c
- (tim) [configure.ac] set TEST_SHELL for OpenServer 6
[openssh.git] / openbsd-compat / strlcpy.c
index 47adc42c544bae249699701692e215185eab68c5..ccfa12a0a5e04134260a2aadd90cee7d6f86f3fc 100644 (file)
@@ -1,3 +1,5 @@
+/* OPENBSD ORIGINAL: lib/libc/string/strlcpy.c */
+
 /*     $OpenBSD: strlcpy.c,v 1.8 2003/06/17 21:56:24 millert Exp $     */
 
 /*
@@ -25,7 +27,6 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.8 2003/06/17 21:56:24 millert Exp
 
 #include <sys/types.h>
 #include <string.h>
-#include "strlcpy.h"
 
 /*
  * Copy src to string dst of size siz.  At most siz-1 characters
This page took 0.041709 seconds and 4 git commands to generate.