diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/input.c b/bin/1sh/input.c index d4bc93df..37f689a5 100644 --- a/bin/1sh/input.c +++ b/bin/1sh/input.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)input.c 8.3 (Berkeley) 6/9/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/input.c 314436 2017-02-28 23:42:47Z imp $"); +/* $FreeBSD: releng/12.1/bin/sh/input.c 314436 2017-02-28 23:42:47Z imp $ */ #include <stdio.h> /* defines BUFSIZ */ #include <fcntl.h> |