diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/memalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/memalloc.c b/bin/1sh/memalloc.c index dacc8c90..c53521ad 100644 --- a/bin/1sh/memalloc.c +++ b/bin/1sh/memalloc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/memalloc.c 326025 2017-11-20 19:49:47Z pfg $"); +/* $FreeBSD: releng/12.1/bin/sh/memalloc.c 326025 2017-11-20 19:49:47Z pfg $ */ #include <sys/param.h> #include "shell.h" |