diff options
Diffstat (limited to 'sys/opencrypto/cast.c')
-rw-r--r-- | sys/opencrypto/cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/cast.c b/sys/opencrypto/cast.c index a16ab7d9fa4b8..c929571049258 100644 --- a/sys/opencrypto/cast.c +++ b/sys/opencrypto/cast.c @@ -7,7 +7,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/cast.c,v 1.3.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <opencrypto/cast.h> |