CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/30 20:32:07
Modified files:
lib/libc/locale: runeglue.c _wcstod.h _wcstol.h _wcstoul.h
lib/libc/stdio : fputwc.c sprintf.c
sys/lib/libkern: ashrdi3.c
bin/systrace : intercept.c
lib/libc/quad : ashrdi3.c
lib/libc/stdlib: getopt_long.c
lib/libc/string: wcschr.c wcspbrk.c wcsrchr.c wcsstr.c wmemchr.c
lib/libc/gen : setproctitle.c
Log message:
Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one
case, by deleting some useless '& of an array' we also eliminate the need
for the casts which prompted the original lint warnings
ok deraadt@