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

Diff for /src/usr.bin/aucat/aucat.c between version 1.134 and 1.135

version 1.134, 2012/04/11 06:05:43 version 1.135, 2012/05/23 19:25:11
Line 26 
Line 26 
 #include <limits.h>  #include <limits.h>
 #include <pwd.h>  #include <pwd.h>
 #include <signal.h>  #include <signal.h>
   #include <sndio.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
Line 349 
Line 350 
         } else {          } else {
                 if (dev_list)                  if (dev_list)
                         return dev_list;                          return dev_list;
                 path = "default";                  path = SIO_DEVANY;
         }          }
         if (!bufsz && !round) {          if (!bufsz && !round) {
                 round = DEFAULT_ROUND;                  round = DEFAULT_ROUND;

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135