diff options
author | June McEnroe <june@causal.agency> | 2020-06-07 16:23:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-06-08 16:46:02 -0400 |
commit | 3e530e05790261b3b97aeee69a5c7d40957ca9d4 (patch) | |
tree | 48ac1d802fdc1af375cca4f66e38b7907daeb3ea /bin/1sh/mksyntax.c | |
parent | Remove reference to FreeBSD-specific libedit hack (diff) | |
download | src-3e530e05790261b3b97aeee69a5c7d40957ca9d4.tar.gz src-3e530e05790261b3b97aeee69a5c7d40957ca9d4.zip |
Replace __FBSDID macros with comments
sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|'
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. |