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

Diff for /src/usr.bin/sndioctl/sndioctl.c between version 1.16 and 1.17

version 1.16, 2021/03/03 09:40:43 version 1.17, 2021/12/25 16:25:07
Line 706 
Line 706 
                 }                  }
                 break;                  break;
         case SIOCTL_SEL:          case SIOCTL_SEL:
                   if (*pos == '\0') {
                           fprintf(stderr, "%s.%s: expects value\n", astr, func);
                           exit(1);
                   }
                   /* FALLTROUGH */
         case SIOCTL_VEC:          case SIOCTL_VEC:
         case SIOCTL_LIST:          case SIOCTL_LIST:
                 for (i = g; i != NULL; i = nextpar(i)) {                  for (i = g; i != NULL; i = nextpar(i)) {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17