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:
parent
ff241c23eb
commit
b785ce8d6f
@ -92,6 +92,7 @@ SimpleTest BootLoaderTest :
|
|||||||
|
|
||||||
# utility functions - Dano has a strlcpy() function in libroot.so, while R5 has not
|
# utility functions - Dano has a strlcpy() function in libroot.so, while R5 has not
|
||||||
list.c
|
list.c
|
||||||
|
strlcat.c
|
||||||
strlcpy.c
|
strlcpy.c
|
||||||
driver_settings.c
|
driver_settings.c
|
||||||
|
|
||||||
@ -103,7 +104,7 @@ SimpleTest BootLoaderTest :
|
|||||||
SEARCH on [ FGristFiles list.c ]
|
SEARCH on [ FGristFiles list.c ]
|
||||||
= [ FDirName $(OBOS_TOP) src kernel core util ] ;
|
= [ 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 ] ;
|
= [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles driver_settings.c ]
|
SEARCH on [ FGristFiles driver_settings.c ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user