diff options
Diffstat (limited to 'bin/sh/output.c')
| -rw-r--r-- | bin/sh/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/output.c b/bin/sh/output.c index f332106ac4a9b..192986b792bdb 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/output.c,v 1.18 2003/07/05 15:18:44 dds Exp $"); /* * Shell output routines. We use our own output routines because: |
