CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/27 23:55:49
Modified files:
lib/libc/arch/i386/string: strcat.S strcpy.S
lib/libc/compat-43: getwd.c
lib/libc/stdio : mktemp.c sprintf.c tempnam.c tmpnam.c
vsprintf.c
lib/libc/stdlib: rand.c random.c
lib/libc/string: stpcpy.c strcat.c strcpy.c wcscat.c wcscpy.c
lib/libcrypto/evp: evp_enc.c
Log message:
GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
with "warning: " since 2003, so the messages themselves need not
contain the prefix anymore.
>From Scott Cheloha
ok jca, deraadt