CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/22 10:20:10
Modified files:
usr.bin/time : time.c
Log message:
no need to cast signal(3) and fprintf(3) return values to (void)
in standard use cases with constant arguments,
and prefer getprogname(3) over __progname;
from ScottCheloha at gmail dot com on tech
