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

Diff for /src/usr.bin/mixerctl/mixerctl.c between version 1.4 and 1.5

version 1.4, 1998/05/02 22:28:07 version 1.5, 1999/07/19 20:54:21
Line 300 
Line 300 
                 if (ioctl(fd, AUDIO_MIXER_DEVINFO, &dinfo) < 0)                  if (ioctl(fd, AUDIO_MIXER_DEVINFO, &dinfo) < 0)
                         break;                          break;
         }          }
   
           if (ndev == 0)
                   errx(1, "no mixer devices configured");
   
         rfields = calloc(ndev, sizeof *rfields);          rfields = calloc(ndev, sizeof *rfields);
         fields = calloc(ndev, sizeof *fields);          fields = calloc(ndev, sizeof *fields);
         infos = calloc(ndev, sizeof *infos);          infos = calloc(ndev, sizeof *infos);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5