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 5cd1bddccf0f1..d7eb72af18ccf 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.2 2004/04/11 09:13:42 nyan Exp $"); #include <sys/types.h> #include <sys/malloc.h> |