Added strlcat.c. Required under R5.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-03-31 10:42:37 +00:00
parent ff241c23eb
commit b785ce8d6f

View File

@ -92,6 +92,7 @@ SimpleTest BootLoaderTest :
# utility functions - Dano has a strlcpy() function in libroot.so, while R5 has not
list.c
strlcat.c
strlcpy.c
driver_settings.c
@ -103,7 +104,7 @@ SimpleTest BootLoaderTest :
SEARCH on [ FGristFiles list.c ]
= [ FDirName $(OBOS_TOP) src kernel core util ] ;
SEARCH on [ FGristFiles strlcpy.c ]
SEARCH on [ FGristFiles strlcat.c strlcpy.c ]
= [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ;
SEARCH on [ FGristFiles driver_settings.c ]