s/strlcpy/strlcat/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14929 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-24 19:28:50 +00:00
parent 743dc6a909
commit da6cb81649

View File

@@ -57,8 +57,8 @@
#ifndef HAVE_VASNPRINTF
#define vasnprintf _editline_vasnprintf
#endif
#ifndef HAVE_STRLCPU
#define strlcpy _editline_strlcpy
#ifndef HAVE_STRLCAT
#define strlcat _editline_strlcat
#endif
#endif /* __roken_rename_h__ */