cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/filesubr.c [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/filesubr.c [cvs1-11-x-branch]
Date: Thu, 22 Sep 2005 14:13:33 -0400

Index: ccvs/src/filesubr.c
diff -u ccvs/src/filesubr.c:1.59.4.17 ccvs/src/filesubr.c:1.59.4.18
--- ccvs/src/filesubr.c:1.59.4.17       Fri Sep  2 19:37:33 2005
+++ ccvs/src/filesubr.c Thu Sep 22 18:13:26 2005
@@ -107,7 +107,7 @@
            error (1, errno, "cannot close %s", to);
     }
 
-    /* now, set the times for the copied file to match those of the original */
+    /* preserve last access & modification times */
     memset ((char *) &t, 0, sizeof (t));
     t.actime = sb.st_atime;
     t.modtime = sb.st_mtime;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]