CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/05/26 15:30:13
Modified files: lib/libc/string: strcat.3 Log message: The destination string is declared as "s" but referred to as "dst" in some cases. Be consistent and use "dst" everywhere like for strlcat(3) and strncat(3). From Tim Kuijsten.