diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
| commit | fbe312c9f723b704a542825383058d1a2eb63f94 (patch) | |
| tree | 75a1eed171f3429a80cbd90080a43f6c28efc318 /gnu/usr.bin/rcs/lib/maketime.c | |
| parent | 6231be0ccfe7ad37d0831269e4499b6be61ea6ba (diff) | |
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 b87d744b3e40..041e20755696 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.2 1995/05/30 05:04:02 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -74,7 +77,7 @@ #include "rcsbase.h" -libId(maketId, "$Id: maketime.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(maketId, "maketime.c,v 1.2 1995/05/30 05:04:02 rgrimes Exp") static struct tm const *time2tm P((time_t)); |
