diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/output.c b/bin/1sh/output.c index 26a83873..af93ec6d 100644 --- a/bin/1sh/output.c +++ b/bin/1sh/output.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/output.c 345613 2019-03-27 21:53:44Z jilles $"); +/* $FreeBSD: releng/12.1/bin/sh/output.c 345613 2019-03-27 21:53:44Z jilles $ */ /* * Shell output routines. We use our own output routines because: |