Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern libkern: add murmurhash module.



details:   https://anonhg.NetBSD.org/src/rev/b6fa4f04ec2d
branches:  trunk
changeset: 787719:b6fa4f04ec2d
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sat Jun 29 16:02:01 2013 +0000

description:
libkern: add murmurhash module.

diffstat:

 sys/lib/libkern/Makefile.libkern |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1f9f25684b22 -r b6fa4f04ec2d sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Sat Jun 29 15:19:32 2013 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Sat Jun 29 16:02:01 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libkern,v 1.24 2013/06/24 04:21:20 riastradh Exp $
+#      $NetBSD: Makefile.libkern,v 1.25 2013/06/29 16:02:01 rmind Exp $
 
 # 
 # Variable definitions for libkern.  
@@ -61,7 +61,7 @@
 .if empty(SRCS:Mbyte_swap_8.*)
 SRCS+= bswap64.c
 .endif
-SRCS+= md4c.c md5c.c rmd160.c sha1.c sha2.c
+SRCS+= md4c.c md5c.c rmd160.c sha1.c sha2.c murmurhash.c
 SRCS+= pmatch.c arc4random.c bcd.c mcount.c mertwist.c crc32.c
 
 SRCS+= ppath_kmem_alloc.c



Home | Main Index | Thread Index | Old Index