diff options
Diffstat (limited to 'usr.bin/col/col.c')
-rw-r--r-- | usr.bin/col/col.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 7dcebff7deac4..758cbecd1022a 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/col/col.c,v 1.19 2004/07/29 07:28:26 tjr Exp $"); #include <err.h> #include <locale.h> |