Re: time(1): make global flags local

2017-07-22 Thread Ingo Schwarze
Hi, Scott Cheloha wrote on Thu, Jul 13, 2017 at 07:14:08PM -0500: > The flags don't need to be global, and there are more obvious > ways to zero a variable. > > While here, order the stack structures and variables by size. Committed with tweaks. Ingo > Index: usr.bin/time/time.c > =

time(1): make global flags local

2017-07-13 Thread Scott Cheloha
The flags don't need to be global, and there are more obvious ways to zero a variable. While here, order the stack structures and variables by size. -- Scott Cheloha Index: usr.bin/time/time.c === RCS file: /cvs/src/usr.bin/time/tim