]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Comment explaining location in top-level directory.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 7 Feb 2005 15:23:45 +0000 (15:23 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 7 Feb 2005 15:23:45 +0000 (15:23 +0000)
[originally from svn r5270]

time.c

diff --git a/time.c b/time.c
index 82488e6cf7fa136d14a2583ab820ad195ee8da9a..75b89535d61cde554c5626a7c41bdbfb09b8918c 100644 (file)
--- a/time.c
+++ b/time.c
@@ -1,3 +1,9 @@
+/*
+ * Portable implementation of ltime() for any ISO-C platform where
+ * time_t behaves. (In practice, we've found that platforms such as
+ * Windows and Mac have needed their own specialised implementations.)
+ */
+
 #include <time.h>
 #include <assert.h>