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 947404217bdcf..596a7a9c7d8f3 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.18.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> |