summary refs log tree commit diff
path: root/bin/1sh/echo.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-07 16:23:54 -0400
committerJune McEnroe <june@causal.agency>2020-06-08 16:46:02 -0400
commit59dc6d08d713fda8438d6aa5b9d9297e51bd33a1 (patch)
tree1a1cb7c637b8438adfaf68263ad74375e9c85a7c /bin/1sh/echo.c
parentRemove reference to FreeBSD-specific libedit hack (diff)
downloadsrc-59dc6d08d713fda8438d6aa5b9d9297e51bd33a1.tar.gz
src-59dc6d08d713fda8438d6aa5b9d9297e51bd33a1.zip
Replace __FBSDID macros with comments
sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|'
Diffstat (limited to 'bin/1sh/echo.c')
-rw-r--r--bin/1sh/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/echo.c b/bin/1sh/echo.c
index 2613955b..5fd50f59 100644
--- a/bin/1sh/echo.c
+++ b/bin/1sh/echo.c
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: releng/12.1/bin/sh/bltin/echo.c 326025 2017-11-20 19:49:47Z pfg $");
+/* $FreeBSD: releng/12.1/bin/sh/bltin/echo.c 326025 2017-11-20 19:49:47Z pfg $ */
 
 /*
  * Echo command.