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 f94a554b98d49..89cb86fde895c 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 2003/06/10 21:43:12 obrien Exp $");
#include <sys/param.h>
#include <sys/kernel.h>