[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.9 and 1.10

version 1.9, 2008/12/29 17:59:08 version 1.10, 2009/01/23 17:38:15
Line 261 
Line 261 
 filelist_unlisten(void)  filelist_unlisten(void)
 {  {
         struct file *f, *fnext;          struct file *f, *fnext;
   
         for (f = LIST_FIRST(&file_list); f != NULL; f = fnext) {          for (f = LIST_FIRST(&file_list); f != NULL; f = fnext) {
                 fnext = LIST_NEXT(f, entry);                  fnext = LIST_NEXT(f, entry);
                 if (f->ops == &listen_ops)                  if (f->ops == &listen_ops)

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