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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/filesubr.c
Date: Thu, 22 Sep 2005 23:19:28 -0400

Index: ccvs/src/filesubr.c
diff -u ccvs/src/filesubr.c:1.102 ccvs/src/filesubr.c:1.103
--- ccvs/src/filesubr.c:1.102   Tue Sep  6 00:40:49 2005
+++ ccvs/src/filesubr.c Fri Sep 23 03:19:23 2005
@@ -100,7 +100,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]