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

Diff for /src/usr.bin/make/dir.c between version 1.42 and 1.43

version 1.42, 2004/06/22 19:58:20 version 1.43, 2005/06/26 15:19:12
Line 313 
Line 313 
     dot = DirReaddiri(dotname, dotname+1);      dot = DirReaddiri(dotname, dotname+1);
   
     if (!dot)      if (!dot)
         Error("Can't access current directory");          Fatal("Can't access current directory");
   
     /* We always need to have dot around, so we increment its reference count      /* We always need to have dot around, so we increment its reference count
      * to make sure it won't be destroyed.  */       * to make sure it won't be destroyed.  */

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43