syslog_daemon: We don't need strlcpy.c anymore.

This commit is contained in:
Augustin Cavalier
2018-11-21 23:52:49 -05:00
parent b54ed691ed
commit c6c8dd4e2c
-8
View File
@@ -9,10 +9,6 @@ Server syslog_daemon :
SyslogDaemon.cpp
syslog_output.cpp
listener_output.cpp
# that's for a successful build on R5
# ToDo: this can be removed for the Haiku build
strlcpy.c
:
be [ TargetLibsupc++ ] localestub
;
@@ -22,7 +18,3 @@ DoCatalogs syslog_daemon :
:
SyslogDaemon.cpp
;
SEARCH on [ FGristFiles
strlcpy.c
] = [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;