Removed superfluous strlcpy.c source. Haiku has strlcpy() in libroot.so

and the emulation library doesn't work on BeOS anymore anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29454 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-03-09 00:42:49 +00:00
parent 1de1f379a1
commit e3c89b1935
@@ -15,7 +15,6 @@ SharedLibrary libkernelland_emu.so :
slab.cpp
vm.cpp
strlcpy.c
khash.c
list.c
@@ -24,10 +23,6 @@ SharedLibrary libkernelland_emu.so :
AbsSymLink <boot!home!config!lib>libkernelland_emu.so : libkernelland_emu.so
: /boot/home/config/lib : false ;
SEARCH on [ FGristFiles
strlcpy.c
] = [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
SEARCH on [ FGristFiles
list.c khash.c
] = [ FDirName $(HAIKU_TOP) src system kernel util ] ;