diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/mksyntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/mksyntax.c b/bin/1sh/mksyntax.c index d21c4565..b61378a9 100644 --- a/bin/1sh/mksyntax.c +++ b/bin/1sh/mksyntax.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)mksyntax.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/mksyntax.c 334008 2018-05-21 21:52:48Z jilles $"); +/* $FreeBSD: releng/12.1/bin/sh/mksyntax.c 334008 2018-05-21 21:52:48Z jilles $ */ /* * This program creates syntax.h and syntax.c. |