diff options
Diffstat (limited to 'lib/libedit/common.c')
-rw-r--r-- | lib/libedit/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/common.c b/lib/libedit/common.c index d4a9fa302bbc..24335f9752c7 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/common.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * common.c: Common Editor functions |