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

Diff for /src/usr.bin/ktrace/ktrace.c between version 1.5 and 1.6

version 1.5, 1997/06/18 09:44:09 version 1.6, 1997/06/19 03:23:03
Line 72 
Line 72 
         int append, ch, fd, inherit, ops, pid, pidset, trpoints;          int append, ch, fd, inherit, ops, pid, pidset, trpoints;
         char *tracefile;          char *tracefile;
         mode_t omask;          mode_t omask;
           struct stat sb;
   
         clear = NOTSET;          clear = NOTSET;
         append = ops = pidset = inherit = 0;          append = ops = pidset = inherit = 0;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6