CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/20 15:49:29
Modified files:
lib/libc/gen : getmntinfo.c scandir.c strtofflags.c
lib/libc/rpc : auth_none.c clnt_raw.c clnt_simple.c
getrpcent.c pmap_rmt.c svc.c svc_raw.c
svc_simple.c svc_udp.c
lib/libc/stdio : asprintf.c vasprintf.c vswprintf.c
lib/libc/stdlib: ecvt.c tsearch.c
lib/libc/yp : ypexclude.c
Log message:
All these files include <stdlib.h>, so do not need to cast
malloc/calloc/realloc* returns.
