diff options
Diffstat (limited to 'sys/dev/random/probe.c')
-rw-r--r-- | sys/dev/random/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index e5f15fe726674..37b26aef536be 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/probe.c,v 1.4 2005/05/30 05:01:44 scottl Exp $"); #include <sys/types.h> #include <sys/param.h> |