(file) Return to SystemUnix.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SystemUnix.cpp between version 1.108 and 1.109

version 1.108, 2005/07/15 23:02:20 version 1.109, 2005/07/19 19:31:26
Line 1178 
Line 1178 
         return false;         return false;
     }     }
 #else #else
     if (stat(path, &st) != 0)      if (lstat(path, &st) != 0)
     {     {
         return false;         return false;
     }     }


Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2