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 55b197498c28b..fe3347a63821c 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.2.1 2006/07/21 15:12:02 mr Exp $"); #include <sys/types.h> #include <sys/param.h> |