diff options
author | mjacob <mjacob@FreeBSD.org> | 1999-02-27 02:45:31 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 1999-02-27 02:45:31 +0000 |
commit | 39fab177a1386f354ad37f9b38ef0f0545a3c188 (patch) | |
tree | 8ae3388a1d4488322f1491dd32a2474aa7c38230 /lib/libmd | |
parent | 46d31ae7bbd1da3d16e7625a52c3ca947f438dc3 (diff) | |
download | FreeBSD-src-39fab177a1386f354ad37f9b38ef0f0545a3c188.zip FreeBSD-src-39fab177a1386f354ad37f9b38ef0f0545a3c188.tar.gz |
No, this isn't what I submitted. Seems like the patch I sent
was ignored and an incorrect hand edit was used instead.
Diffstat (limited to 'lib/libmd')
-rw-r--r-- | lib/libmd/rmd160c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index 3cd6657..d174c7f 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -55,13 +55,13 @@ * copied and put under another distribution licence * [including the GNU Public Licence.] * - * $Id: rmd160c.c,v 1.1 1999/02/26 18:41:45 wollman Exp $ + * $Id: rmd160c.c,v 1.2 1999/02/26 20:06:46 wollman Exp $ */ #include <sys/types.h> #include <stdio.h> -#inlcude <string.h> +#include <string.h> #if 0 #include <machine/ansi.h> /* we use the __ variants of bit-sized types */ |