Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat yes, but include the right file



details:   https://anonhg.NetBSD.org/src/rev/33136d9078ed
branches:  trunk
changeset: 784734:33136d9078ed
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 07 20:31:52 2013 +0000

description:
yes, but include the right file

diffstat:

 tools/compat/sha2.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 2f63d181d672 -r 33136d9078ed tools/compat/sha2.h
--- a/tools/compat/sha2.h       Thu Feb 07 20:30:29 2013 +0000
+++ b/tools/compat/sha2.h       Thu Feb 07 20:31:52 2013 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: sha2.h,v 1.1 2013/02/07 20:30:29 christos Exp $        */
+/*     $NetBSD: sha2.h,v 1.2 2013/02/07 20:31:52 christos Exp $        */
 
 /* We unconditionally use the NetBSD sha2 in libnbcompat. */
 #include "nbtool_config.h"
-#include "../../sys/sys/md5.h"
+#include "../../sys/sys/sha2.h"



Home | Main Index | Thread Index | Old Index