diff options
Diffstat (limited to 'bin/sh/input.c')
-rw-r--r-- | bin/sh/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/input.c b/bin/sh/input.c index 81c1f0b77cc9..7a79d35f6a4f 100644 --- a/bin/sh/input.c +++ b/bin/sh/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$"); +__FBSDID("$FreeBSD: src/bin/sh/input.c,v 1.22.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> /* defines BUFSIZ */ #include <fcntl.h> |