From: Jim Meyering Date: Tue, 24 Feb 1998 23:19:13 +0000 (+0000) Subject: add comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9300fc8b825adbeb4b1f51ee656f45278d5ed41c;p=pspp add comment --- diff --git a/lib/mktime.c b/lib/mktime.c index 4709d56895..a65cd38f9c 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.