[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.27 and 1.28

version 1.27, 2017/01/03 06:53:20 version 1.28, 2017/02/15 21:28:23
Line 1823 
Line 1823 
 #endif  #endif
         for (ps = &s->dev->slot_list; *ps != s; ps = &(*ps)->next) {          for (ps = &s->dev->slot_list; *ps != s; ps = &(*ps)->next) {
 #ifdef DEBUG  #ifdef DEBUG
                 if (s == NULL) {                  if (*ps == NULL) {
                         slot_log(s);                          slot_log(s);
                         log_puts(": can't detach, not on list\n");                          log_puts(": can't detach, not on list\n");
                         panic();                          panic();

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28