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

Diff for /src/usr.bin/cvs/diff.c between version 1.133 and 1.134

version 1.133, 2008/03/02 19:05:34 version 1.134, 2008/03/13 19:54:34
Line 445 
Line 445 
                 xfree(p2);                  xfree(p2);
                 close(fd2);                  close(fd2);
                 (void)xasprintf(&p2, "%s", CVS_PATH_DEVNULL);                  (void)xasprintf(&p2, "%s", CVS_PATH_DEVNULL);
                 if ((fd1 = open(p2, O_RDONLY)) == -1)                  if ((fd2 = open(p2, O_RDONLY)) == -1)
                         fatal("cvs_diff_local: cannot open %s",                          fatal("cvs_diff_local: cannot open %s",
                             CVS_PATH_DEVNULL);                              CVS_PATH_DEVNULL);
         }          }

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