diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/arith_yylex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/arith_yylex.c b/bin/1sh/arith_yylex.c index 9238c925..da3a4f70 100644 --- a/bin/1sh/arith_yylex.c +++ b/bin/1sh/arith_yylex.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/arith_yylex.c 345117 2019-03-13 21:53:10Z jilles $"); +/* $FreeBSD: releng/12.1/bin/sh/arith_yylex.c 345117 2019-03-13 21:53:10Z jilles $ */ #include <ctype.h> #include <errno.h> |