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

Diff for /src/usr.bin/sndiod/dev.c between version 1.1 and 1.2

version 1.1, 2012/11/23 07:03:28 version 1.2, 2012/11/30 20:25:32
Line 466 
Line 466 
 void  void
 dev_midi_fill(void *arg, int count)  dev_midi_fill(void *arg, int count)
 {  {
 #ifdef DEBUG          /* nothing to do */
         struct dev *d = arg;  
   
         dev_log(d);  
         log_puts(": can't receive fill input\n");  
         panic();  
 #endif  
 }  }
   
 void  void

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2