diff options
Diffstat (limited to 'lib/libedit/read.c')
-rw-r--r-- | lib/libedit/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/read.c b/lib/libedit/read.c index f774217279f56..6b6dc1a1e3f00 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/read.c,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * read.c: Clean this junk up! This is horrible code. |