From e969ce2f8d3e7e3ce67cc8e3abfc9a5b5bb022f7 Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 1 Oct 2003 11:59:06 +0000 Subject: [PATCH] Adjust pathnames to {md{4,5},sha1}.h after their removal from src/include. Approved by mrg@ --- tools/compat/md4.h | 4 ++-- tools/compat/md5.h | 4 ++-- tools/compat/sha1.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/compat/md4.h b/tools/compat/md4.h index c1569d4d1611..7a9c811bfda7 100644 --- a/tools/compat/md4.h +++ b/tools/compat/md4.h @@ -1,5 +1,5 @@ -/* $NetBSD: md4.h,v 1.1 2002/09/13 19:07:01 thorpej Exp $ */ +/* $NetBSD: md4.h,v 1.2 2003/10/01 11:59:06 seb Exp $ */ /* We unconditionally use the NetBSD MD4 in libnbcompat. */ #include "config.h" -#include "../../include/md4.h" +#include "../../sys/sys/md4.h" diff --git a/tools/compat/md5.h b/tools/compat/md5.h index 16a14dde178d..ed02a82cbc1f 100644 --- a/tools/compat/md5.h +++ b/tools/compat/md5.h @@ -1,5 +1,5 @@ -/* $NetBSD: md5.h,v 1.1 2002/09/13 19:07:02 thorpej Exp $ */ +/* $NetBSD: md5.h,v 1.2 2003/10/01 11:59:06 seb Exp $ */ /* We unconditionally use the NetBSD MD5 in libnbcompat. */ #include "config.h" -#include "../../include/md5.h" +#include "../../sys/sys/md5.h" diff --git a/tools/compat/sha1.h b/tools/compat/sha1.h index 3fcfa666a905..a2c95f5b993e 100644 --- a/tools/compat/sha1.h +++ b/tools/compat/sha1.h @@ -1,5 +1,5 @@ -/* $NetBSD: sha1.h,v 1.1 2002/09/13 19:07:02 thorpej Exp $ */ +/* $NetBSD: sha1.h,v 1.2 2003/10/01 11:59:06 seb Exp $ */ /* We unconditionally use the NetBSD SHA1 in libnbcompat. */ #include "config.h" -#include "../../include/sha1.h" +#include "../../sys/sys/sha1.h"