summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/vers_ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/vers_ts.c')
-rw-r--r--contrib/cvs/src/vers_ts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cvs/src/vers_ts.c b/contrib/cvs/src/vers_ts.c
index bae3a43..be0f588 100644
--- a/contrib/cvs/src/vers_ts.c
+++ b/contrib/cvs/src/vers_ts.c
@@ -251,7 +251,7 @@ time_stamp_server (file, vers_ts, entdata)
struct stat sb;
char *cp;
- if ( CVS_STAT (file, &sb) < 0)
+ if (CVS_LSTAT (file, &sb) < 0)
{
if (! existence_error (errno))
error (1, errno, "cannot stat temp file");
@@ -322,7 +322,7 @@ time_stamp (file)
char *cp;
char *ts;
- if ( CVS_STAT (file, &sb) < 0)
+ if (CVS_LSTAT (file, &sb) < 0)
{
ts = NULL;
}
OpenPOWER on IntegriCloud