[BACK]Return to time.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / time

Diff for /src/usr.bin/time/time.c between version 1.9 and 1.10

version 1.9, 2001/07/12 05:17:23 version 1.10, 2001/11/19 19:02:16
Line 68 
Line 68 
         char **argv;          char **argv;
 {  {
         extern int optind;          extern int optind;
         register int pid;          int pid;
         int ch, status;          int ch, status;
         struct timeval before, after;          struct timeval before, after;
         struct rusage ru;          struct rusage ru;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10