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/miscbltin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/1sh/miscbltin.c') diff --git a/bin/1sh/miscbltin.c b/bin/1sh/miscbltin.c index 123593b0..66329850 100644 --- a/bin/1sh/miscbltin.c +++ b/bin/1sh/miscbltin.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)miscbltin.c 8.4 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD: releng/12.1/bin/sh/miscbltin.c 326025 2017-11-20 19:49:47Z pfg $"); +/* $FreeBSD: releng/12.1/bin/sh/miscbltin.c 326025 2017-11-20 19:49:47Z pfg $ */ /* * Miscellaneous builtins. -- cgit 1.4.1 'sub'>dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
2013-06-09Use default client keysJune McEnroe
2013-06-09Run games in separate X serverJune McEnroe
2013-06-08Add game wrapper to kill/restart unclutterJune McEnroe
2013-06-08Add git configJune McEnroe