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

Diff for /src/usr.bin/aucat/Attic/miofile.c between version 1.8 and 1.9

version 1.8, 2012/05/23 19:25:11 version 1.9, 2012/06/27 06:46:44
Line 158 
Line 158 
 void  void
 miofile_close(struct file *file)  miofile_close(struct file *file)
 {  {
         return mio_close(((struct miofile *)file)->hdl);          mio_close(((struct miofile *)file)->hdl);
 }  }

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