diff options
Diffstat (limited to 'bin/sh/arith_lex.l')
-rw-r--r-- | bin/sh/arith_lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l index f0d9cb34c412b..4e5f7c2d99d35 100644 --- a/bin/sh/arith_lex.l +++ b/bin/sh/arith_lex.l @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/arith_lex.l,v 1.24.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <string.h> |