summary refs log tree commit diff
path: root/bin/1sh/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/exec.c')
-rw-r--r--bin/1sh/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/exec.c b/bin/1sh/exec.c
index 7897e024..985fbdeb 100644
--- a/bin/1sh/exec.c
+++ b/bin/1sh/exec.c
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)exec.c	8.4 (Berkeley) 6/8/95";
 #endif
 #endif /* not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: releng/12.1/bin/sh/exec.c 336320 2018-07-15 21:55:17Z jilles $");
+/* $FreeBSD: releng/12.1/bin/sh/exec.c 336320 2018-07-15 21:55:17Z jilles $ */
 
 #include <sys/types.h>
 #include <sys/stat.h>