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

Diff for /src/usr.bin/aucat/Attic/pipe.c between version 1.3 and 1.4

version 1.3, 2009/01/23 17:38:15 version 1.4, 2009/02/04 20:35:14
Line 30 
Line 30 
         struct pipe *f;          struct pipe *f;
   
         f = (struct pipe *)file_new(ops, name, 1);          f = (struct pipe *)file_new(ops, name, 1);
           if (f == NULL)
                   return NULL;
         f->fd = fd;          f->fd = fd;
         return f;          return f;
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4