[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.65 and 1.66

version 1.65, 2009/08/19 05:54:15 version 1.66, 2009/08/19 18:29:34
Line 795 
Line 795 
                 free(fa);                  free(fa);
         }          }
         while (!SLIST_EMPTY(&ofiles)) {          while (!SLIST_EMPTY(&ofiles)) {
                 fa = SLIST_FIRST(&ifiles);                  fa = SLIST_FIRST(&ofiles);
                 SLIST_REMOVE_HEAD(&ifiles, entry);                  SLIST_REMOVE_HEAD(&ofiles, entry);
                 if (strcmp(fa->name, "-") == 0) {                  if (strcmp(fa->name, "-") == 0) {
                         fd = STDOUT_FILENO;                          fd = STDOUT_FILENO;
                         if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0)                          if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0)

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66