summaryrefslogtreecommitdiff
path: root/lib/libedit/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit/read.c')
-rw-r--r--lib/libedit/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/read.c b/lib/libedit/read.c
index 8193431b258e..27cab577a946 100644
--- a/lib/libedit/read.c
+++ b/lib/libedit/read.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/lib/libedit/read.c,v 1.4.6.2 2000/08/16 14:43:40 ache Exp $";
#endif /* not lint && not SCCSID */
/*
* read.c: Clean this junk up! This is horrible code.