From 59dc6d08d713fda8438d6aa5b9d9297e51bd33a1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 7 Jun 2020 16:23:54 -0400 Subject: Replace __FBSDID macros with comments sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|' --- bin/1sh/expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/1sh/expand.c') diff --git a/bin/1sh/expand.c b/bin/1sh/expand.c index 8fde14f5..3bdd0733 100644 --- a/bin/1sh/expand.c +++ b/bin/1sh/expand.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)expand.c 8.5 (Berkeley) 5/15/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD: releng/12.1/bin/sh/expand.c 341767 2018-12-09 19:14:21Z jilles $"); +/* $FreeBSD: releng/12.1/bin/sh/expand.c 341767 2018-12-09 19:14:21Z jilles $ */ #include #include -- cgit 1.4.1