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

Diff for /src/usr.bin/aucat/Attic/aproc.c between version 1.71 and 1.72

version 1.71, 2012/04/11 06:05:43 version 1.72, 2012/04/11 21:12:55
Line 173 
Line 173 
 {  {
         struct abuf *i;          struct abuf *i;
   
   #ifdef DEBUG
           if (!p) {
                   dbg_puts("aproc_del: called with NULL argument\n");
                   dbg_panic();
           }
   #endif
         if (!(p->flags & APROC_ZOMB)) {          if (!(p->flags & APROC_ZOMB)) {
 #ifdef DEBUG  #ifdef DEBUG
                 if (debug_level >= 3) {                  if (debug_level >= 3) {

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72