summaryrefslogtreecommitdiff
path: root/lib/mktime.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-02-24 23:19:13 +0000
committerJim Meyering <jim@meyering.net>1998-02-24 23:19:13 +0000
commit0f5ca22215c68d2753905955df17f2f8cd69d36d (patch)
tree3cfc606725bb1537bc9e24adb7d4688bac025fda /lib/mktime.c
parentfc50286759227f58ab58fc837d6f000c441cc98f (diff)
downloadcoreutils-0f5ca22215c68d2753905955df17f2f8cd69d36d.tar.xz
add comment
Diffstat (limited to 'lib/mktime.c')
-rw-r--r--lib/mktime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mktime.c b/lib/mktime.c
index 4709d5689..a65cd38f9 100644
--- a/lib/mktime.c
+++ b/lib/mktime.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* mktime: convert a `struct tm' to a time_t value
+ Copyright (C) 1993-1997, 1998 Free Software Foundation, Inc.
Contributed by Paul Eggert (eggert@twinsun.com).
NOTE: The canonical source of this file is maintained with the GNU C Library.