summaryrefslogtreecommitdiff
path: root/sys/kern/md5c.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
commit1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch)
treeb3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/kern/md5c.c
parentbbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff)
Notes
Diffstat (limited to 'sys/kern/md5c.c')
-rw-r--r--sys/kern/md5c.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c
index 583d009d97f1..24dca79ff5bf 100644
--- a/sys/kern/md5c.c
+++ b/sys/kern/md5c.c
@@ -22,7 +22,7 @@
* These notices must be retained in any copies of any part of this
* documentation and/or software.
*
- * $Id$
+ * $Id: md5c.c,v 1.8 1997/02/22 09:39:14 peter Exp $
*
* This code is the same as the code published by RSA Inc. It has been
* edited for clarity and style only.
@@ -31,7 +31,6 @@
#include <sys/types.h>
#ifdef KERNEL
-#include <sys/param.h>
#include <sys/systm.h>
#else
#include <string.h>