Added strlcpy() to the repertoire of the libkernelland_emu.so - this fixes

the disk device manager test build under R5.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8140 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-24 09:47:18 +00:00
parent 2d923204d6
commit ff2652126c

@ -7,6 +7,7 @@ SubDirHdrs $(OBOS_TOP) headers private kernel boot platform $(OBOS_BOOT_PLATFORM
SharedLibrary kernelland_emu :
kernelland_emu.cpp
strlcpy.c
lock.c
list.c
@ -15,6 +16,10 @@ SharedLibrary kernelland_emu :
AbsSymLink <boot!home!config!lib>libkernelland_emu.so : libkernelland_emu.so
: /boot/home/config/lib : false ;
SEARCH on [ FGristFiles
strlcpy.c
] = [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ;
SEARCH on [ FGristFiles
lock.c
] = [ FDirName $(OBOS_TOP) src kernel core ] ;