diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 | 
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /gnu/usr.bin/rcs/lib/rcsgen.c | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'gnu/usr.bin/rcs/lib/rcsgen.c')
| -rw-r--r-- | gnu/usr.bin/rcs/lib/rcsgen.c | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/gnu/usr.bin/rcs/lib/rcsgen.c b/gnu/usr.bin/rcs/lib/rcsgen.c index 9a6072ea1b27..79bd4cebe52a 100644 --- a/gnu/usr.bin/rcs/lib/rcsgen.c +++ b/gnu/usr.bin/rcs/lib/rcsgen.c @@ -30,7 +30,10 @@ Report problems and direct all questions to: -/* $Log: rcsgen.c,v $ +/* rcsgen.c,v + * Revision 1.1.1.1  1993/06/18  04:22:12  jkh + * Updated GNU utilities + *   * Revision 5.10  1991/10/07  17:32:46  eggert   * Fix log bugs, e.g. ci -t/dev/null when has_mmap.   * @@ -122,7 +125,7 @@ Report problems and direct all questions to:  #include "rcsbase.h" -libId(genId, "$Id: rcsgen.c,v 5.10 1991/10/07 17:32:46 eggert Exp $") +libId(genId, "rcsgen.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp")  int interactiveflag;  /* Should we act as if stdin is a tty?  */  struct buf curlogbuf;  /* buffer for current log message */ | 
