diff options
Diffstat (limited to 'sys/dev/random/yarrow.c')
-rw-r--r-- | sys/dev/random/yarrow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index ab10b210b7b4d..8d1b79b8e9857 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/yarrow.c,v 1.45.2.1 2006/02/08 05:58:17 ps Exp $"); #include <sys/param.h> #include <sys/kernel.h> |