K 10 svn:author V 5 danfe K 8 svn:date V 27 2010-02-25T10:05:21.000000Z K 7 svn:log V 545 Fix the build on amd64 and sparc64 (at least). I can think of little reasons to unconditionally reimplement strlcat(3), which is being around in BSD for over a decade now, but WMII does it anyways. Apparently, somebody needs to reread Unix Haters Handbook. Despite the fact that return value of strlcat() does not seem to be used anywhere, I decided to keep their implementation instead of switching to kosher implementation from our libc, just in case of some weird bug-to-bug compatibility issue. Closes PR: ports/143594 Feature safe: yes END