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

Diff for /src/usr.bin/aucat/Attic/midi.c between version 1.14 and 1.15

version 1.14, 2010/01/10 21:47:41 version 1.15, 2010/01/16 23:18:31
Line 268 
Line 268 
 {  {
         if (!(p->flags & APROC_QUIT))          if (!(p->flags & APROC_QUIT))
                 return;                  return;
         if (LIST_EMPTY(&p->obuflist) || LIST_EMPTY(&p->ibuflist))          if (LIST_EMPTY(&p->ibuflist))
                 aproc_del(p);                  aproc_del(p);
 }  }
   
 void  void
 thru_hup(struct aproc *p, struct abuf *obuf)  thru_hup(struct aproc *p, struct abuf *obuf)
 {  {
         if (!(p->flags & APROC_QUIT))  
                 return;  
         if (LIST_EMPTY(&p->obuflist) || LIST_EMPTY(&p->ibuflist))  
                 aproc_del(p);  
 }  }
   
 void  void

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15