summary refs log tree commit diff
path: root/bin/1sh/jobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/jobs.c')
-rw-r--r--bin/1sh/jobs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/jobs.c b/bin/1sh/jobs.c
index aa06e7de..492251e0 100644
--- a/bin/1sh/jobs.c
+++ b/bin/1sh/jobs.c
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)jobs.c	8.5 (Berkeley) 5/4/95";
 #endif
 #endif /* not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: releng/12.1/bin/sh/jobs.c 345487 2019-03-24 22:10:26Z jilles $");
+/* $FreeBSD: releng/12.1/bin/sh/jobs.c 345487 2019-03-24 22:10:26Z jilles $ */
 
 #include <sys/ioctl.h>
 #include <sys/param.h>