summary refs log tree commit diff
path: root/bin/1sh/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/trap.c')
-rw-r--r--bin/1sh/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/trap.c b/bin/1sh/trap.c
index 7025fe3b..fed13fcf 100644
--- a/bin/1sh/trap.c
+++ b/bin/1sh/trap.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)trap.c	8.5 (Berkeley) 6/5/95";
 #endif
 #endif /* not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: releng/12.1/bin/sh/trap.c 326025 2017-11-20 19:49:47Z pfg $");
+/* $FreeBSD: releng/12.1/bin/sh/trap.c 326025 2017-11-20 19:49:47Z pfg $ */
 
 #include <signal.h>
 #include <unistd.h>