diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/eval.c b/bin/1sh/eval.c index 67a40691..f4baf39e 100644 --- a/bin/1sh/eval.c +++ b/bin/1sh/eval.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)eval.c 8.9 (Berkeley) 6/8/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/eval.c 327212 2017-12-26 16:23:18Z jilles $"); +/* $FreeBSD: releng/12.1/bin/sh/eval.c 327212 2017-12-26 16:23:18Z jilles $ */ #include <paths.h> #include <signal.h> |