From 3e530e05790261b3b97aeee69a5c7d40957ca9d4 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 7 Jun 2020 16:23:54 -0400 Subject: Replace __FBSDID macros with comments sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|' --- bin/1sh/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/1sh/input.c') diff --git a/bin/1sh/input.c b/bin/1sh/input.c index d4bc93df..37f689a5 100644 --- a/bin/1sh/input.c +++ b/bin/1sh/input.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)input.c 8.3 (Berkeley) 6/9/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD: releng/12.1/bin/sh/input.c 314436 2017-02-28 23:42:47Z imp $"); +/* $FreeBSD: releng/12.1/bin/sh/input.c 314436 2017-02-28 23:42:47Z imp $ */ #include /* defines BUFSIZ */ #include -- cgit 1.4.1