Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/hash Not running lint on kernel code fooled me into...



details:   https://anonhg.NetBSD.org/src/rev/511cf00bebee
branches:  trunk
changeset: 583735:511cf00bebee
user:      elad <elad%NetBSD.org@localhost>
date:      Sat Aug 20 18:57:50 2005 +0000

description:
Not running lint on kernel code fooled me into thinking this was safe.
Don't compile SHA2 code until I resolve warnings.

diffstat:

 lib/libc/hash/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r ed4a22825168 -r 511cf00bebee lib/libc/hash/Makefile.inc
--- a/lib/libc/hash/Makefile.inc        Sat Aug 20 17:58:49 2005 +0000
+++ b/lib/libc/hash/Makefile.inc        Sat Aug 20 18:57:50 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2005/08/20 16:14:34 elad Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2005/08/20 18:57:50 elad Exp $
 #      $OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
 
 # hash functions
@@ -19,4 +19,4 @@
 MLINKS+=rmd160.3 RMD160End.3     rmd160.3 RMD160File.3
 MLINKS+=rmd160.3 RMD160Data.3
 
-.include "${.CURDIR}/hash/sha2/Makefile.inc"
+#.include "${.CURDIR}/hash/sha2/Makefile.inc"



Home | Main Index | Thread Index | Old Index