summaryrefslogtreecommitdiff
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 dbdbd7af6aa0a..728b2e0d4f323 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.5.20.1.4.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <sys/kernel.h>