Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat Adjust pathnames to {md{4, 5}, sha1}.h after thei...
details: https://anonhg.NetBSD.org/src/rev/6fdcd498ca65
branches: trunk
changeset: 552731:6fdcd498ca65
user: seb <seb%NetBSD.org@localhost>
date: Wed Oct 01 11:59:06 2003 +0000
description:
Adjust pathnames to {md{4,5},sha1}.h after their removal from
src/include.
Approved by mrg@
diffstat:
tools/compat/md4.h | 4 ++--
tools/compat/md5.h | 4 ++--
tools/compat/sha1.h | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r fa56412cbd81 -r 6fdcd498ca65 tools/compat/md4.h
--- a/tools/compat/md4.h Wed Oct 01 09:39:50 2003 +0000
+++ b/tools/compat/md4.h Wed Oct 01 11:59:06 2003 +0000
@@ -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 -r fa56412cbd81 -r 6fdcd498ca65 tools/compat/md5.h
--- a/tools/compat/md5.h Wed Oct 01 09:39:50 2003 +0000
+++ b/tools/compat/md5.h Wed Oct 01 11:59:06 2003 +0000
@@ -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 -r fa56412cbd81 -r 6fdcd498ca65 tools/compat/sha1.h
--- a/tools/compat/sha1.h Wed Oct 01 09:39:50 2003 +0000
+++ b/tools/compat/sha1.h Wed Oct 01 11:59:06 2003 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index