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

Diff for /src/usr.bin/aucat/Attic/file.c between version 1.22 and 1.23

version 1.22, 2010/08/20 06:56:54 version 1.23, 2010/11/05 16:09:50
Line 249 
Line 249 
         f->ops = ops;          f->ops = ops;
         f->name = name;          f->name = name;
         f->state = 0;          f->state = 0;
   #ifdef DEBUG
         f->cycles = 0;          f->cycles = 0;
   #endif
         f->rproc = NULL;          f->rproc = NULL;
         f->wproc = NULL;          f->wproc = NULL;
         LIST_INSERT_HEAD(&file_list, f, entry);          LIST_INSERT_HEAD(&file_list, f, entry);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23