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

Diff for /src/usr.bin/sndiod/file.c between version 1.24 and 1.25

version 1.24, 2019/06/28 13:35:03 version 1.25, 2019/11/27 08:18:22
Line 234 
Line 234 
         }          }
         f = xmalloc(sizeof(struct file));          f = xmalloc(sizeof(struct file));
         f->max_nfds = nfds;          f->max_nfds = nfds;
           f->nfds = 0;
         f->ops = ops;          f->ops = ops;
         f->arg = arg;          f->arg = arg;
         f->name = name;          f->name = name;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25