Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/lib/libumem Disable building of stub_sta...



details:   https://anonhg.NetBSD.org/src/rev/7761c174cede
branches:  trunk
changeset: 754722:7761c174cede
user:      haad <haad%NetBSD.org@localhost>
date:      Mon May 10 06:27:57 2010 +0000

description:
Disable building of stub_stand.c we build all locking primitives in libzpool.

diffstat:

 external/cddl/osnet/lib/libumem/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 037f01df4233 -r 7761c174cede external/cddl/osnet/lib/libumem/Makefile
--- a/external/cddl/osnet/lib/libumem/Makefile  Mon May 10 06:26:11 2010 +0000
+++ b/external/cddl/osnet/lib/libumem/Makefile  Mon May 10 06:27:57 2010 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 2010/02/28 22:45:45 haad Exp $
+#      $NetBSD: Makefile,v 1.5 2010/05/10 06:27:57 haad Exp $
 
 LIB=   umem
-SRCS=  umem.c stub_stand.c
+SRCS=  umem.c
 
 .include "../../Makefile.zfs"
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index