/[make]/make/remake.c
ViewVC logotype

Diff of /make/remake.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.116 by psmith, Fri Apr 8 12:51:20 2005 UTC revision 1.117 by psmith, Sun May 8 16:50:59 2005 UTC
# Line 1331  name_mtime (char *name) Line 1331  name_mtime (char *name)
1331    if (e != 0)    if (e != 0)
1332      {      {
1333        if (errno != ENOENT && errno != ENOTDIR)        if (errno != ENOENT && errno != ENOTDIR)
1334          perror_with_name ("stat:", name);          perror_with_name ("stat: ", name);
1335        return NONEXISTENT_MTIME;        return NONEXISTENT_MTIME;
1336      }      }
1337    mtime = FILE_TIMESTAMP_STAT_MODTIME (name, st);    mtime = FILE_TIMESTAMP_STAT_MODTIME (name, st);

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26