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

Diff for /src/usr.bin/oldrdist/Attic/expand.c between version 1.13 and 1.14

version 1.13, 2011/04/06 11:36:26 version 1.14, 2011/07/22 18:26:18
Line 300 
Line 300 
                         return;                          return;
                 goto patherr2;                  goto patherr2;
         }          }
         if (fstat(dirp->dd_fd, &stb) < 0)          if (fstat(dirfd(dirp), &stb) < 0)
                 goto patherr1;                  goto patherr1;
         if (!ISDIR(stb.st_mode)) {          if (!ISDIR(stb.st_mode)) {
                 errno = ENOTDIR;                  errno = ENOTDIR;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14