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