[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.17 and 1.18

version 1.17, 2021/12/25 16:25:07 version 1.18, 2022/12/26 19:16:03
Line 710 
Line 710 
                         fprintf(stderr, "%s.%s: expects value\n", astr, func);                          fprintf(stderr, "%s.%s: expects value\n", astr, func);
                         exit(1);                          exit(1);
                 }                  }
                 /* FALLTROUGH */                  /* FALLTHROUGH */
         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.17  
changed lines
  Added in v.1.18