aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/rc4/rc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/rc4/rc4.c')
-rw-r--r--sys/crypto/rc4/rc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c
index dbdbd7af6aa0..f310ff59c9cd 100644
--- a/sys/crypto/rc4/rc4.c
+++ b/sys/crypto/rc4/rc4.c
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/crypto/rc4/rc4.c,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/param.h>
#include <sys/kernel.h>