diff options
Diffstat (limited to 'gnu/usr.bin/rcs/lib/rcskeep.c')
| -rw-r--r-- | gnu/usr.bin/rcs/lib/rcskeep.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/lib/rcskeep.c b/gnu/usr.bin/rcs/lib/rcskeep.c index 232a616360de..77b21598f793 100644 --- a/gnu/usr.bin/rcs/lib/rcskeep.c +++ b/gnu/usr.bin/rcs/lib/rcskeep.c @@ -35,7 +35,10 @@ Report problems and direct all questions to: -/* $Log: rcskeep.c,v $ +/* rcskeep.c,v + * Revision 1.2 1995/05/30 05:04:13 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -96,7 +99,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(keepId, "$Id: rcskeep.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(keepId, "rcskeep.c,v 1.2 1995/05/30 05:04:13 rgrimes Exp") static int checknum P((char const*,int)); static int getval P((RILE*,struct buf*,int)); |
