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 145f4b7d6de4..b79db0de5ef3 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -40,7 +40,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.9 2003/01/01 18:48:44 schweikh Exp $");  /*   * common.c: Common Editor functions  | 
