diff options
Diffstat (limited to 'usr.bin/pr/pr.c')
-rw-r--r-- | usr.bin/pr/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index fed27f253add..698f31370896 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)pr.c 8.2 (Berkeley) 4/16/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pr/pr.c,v 1.19.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> |