# HG changeset patch # User Jim Meyering # Date 888362353 0 # Node ID 5d685d6546de22ce5cadeb04adb7c73f1daf7540 # Parent 78e577d11fb9844e12ed72f0309e501678b58cd8 add comment diff --git a/lib/mktime.c b/lib/mktime.c --- 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.