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/rcslex.c | |
parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) |
Diffstat (limited to 'gnu/usr.bin/rcs/lib/rcslex.c')
-rw-r--r-- | gnu/usr.bin/rcs/lib/rcslex.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/lib/rcslex.c b/gnu/usr.bin/rcs/lib/rcslex.c index cedbc402f2b71..3e35fcb121447 100644 --- a/gnu/usr.bin/rcs/lib/rcslex.c +++ b/gnu/usr.bin/rcs/lib/rcslex.c @@ -38,7 +38,11 @@ Report problems and direct all questions to: -/* $Log: rcslex.c,v $ +/* rcslex.c,v + * Revision 1.2 1993/06/28 19:13:10 nate + * Added Chris Demetriou's FSYNC_ALL option which causes all writes to be + * flushed immediately. (In case of a crash in the middle of CVS/RCS commits + * * Revision 1.1.1.1 1993/06/18 04:22:12 jkh * Updated GNU utilities * @@ -135,7 +139,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(lexId, "$Id: rcslex.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp $") +libId(lexId, "rcslex.c,v 1.2 1993/06/28 19:13:10 nate Exp") static struct hshentry *nexthsh; /*pointer to next hash entry, set by lookup*/ |