summaryrefslogtreecommitdiff
path: root/bin/sh/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/output.c')
-rw-r--r--bin/sh/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/output.c b/bin/sh/output.c
index 3550cb7ecb7d..9cd2d0c0adef 100644
--- a/bin/sh/output.c
+++ b/bin/sh/output.c
@@ -36,7 +36,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.19 2004/04/06 20:06:51 markm Exp $");
/*
* Shell output routines. We use our own output routines because: