diff options
Diffstat (limited to 'bin/1sh/main.c')
-rw-r--r-- | bin/1sh/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/main.c b/bin/1sh/main.c index 86b6e981..3f0bc1da 100644 --- a/bin/1sh/main.c +++ b/bin/1sh/main.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/28/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/main.c 336320 2018-07-15 21:55:17Z jilles $"); +/* $FreeBSD: releng/12.1/bin/sh/main.c 336320 2018-07-15 21:55:17Z jilles $ */ #include <stdio.h> #include <signal.h> |