diff options
Diffstat (limited to 'gnu/usr.bin/rcs/lib/maketime.c')
-rw-r--r-- | gnu/usr.bin/rcs/lib/maketime.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/lib/maketime.c b/gnu/usr.bin/rcs/lib/maketime.c index c95c9f0b1e715..c9b3a9bf8fd08 100644 --- a/gnu/usr.bin/rcs/lib/maketime.c +++ b/gnu/usr.bin/rcs/lib/maketime.c @@ -20,7 +20,10 @@ * Copyright 1981 by Ken Harrenstien, SRI International. * (ARPANET: KLH @ SRI) */ -/* $Log: maketime.c,v $ +/* maketime.c,v + * Revision 1.1.1.1 1993/06/18 04:22:13 jkh + * Updated GNU utilities + * * Revision 5.3 1991/08/19 03:13:55 eggert * Add setfiledate, str2time, TZ_must_be_set. * @@ -71,7 +74,7 @@ #include "rcsbase.h" -libId(maketId, "$Id: maketime.c,v 5.3 1991/08/19 03:13:55 eggert Exp $") +libId(maketId, "maketime.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp") static struct tm const *time2tm P((time_t)); |