Module Name: src Committed By: pooka Date: Wed Oct 27 20:37:11 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: "i build dead files". ok, so let's not. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/rump/librump/rumpkern/Makefile.rumpkern Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.97 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.98 --- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.97 Mon Sep 6 20:10:20 2010 +++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Wed Oct 27 20:37:11 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rumpkern,v 1.97 2010/09/06 20:10:20 pooka Exp $ +# $NetBSD: Makefile.rumpkern,v 1.98 2010/10/27 20:37:11 pooka Exp $ # .include "${RUMPTOP}/Makefile.rump" @@ -17,7 +17,7 @@ # SRCS= rump.c rumpcopy.c emul.c intr.c lwproc.c klock.c \ kobj_rename.c ltsleep.c memalloc.c scheduler.c \ - signals.c sleepq.c sysproxy_socket.c threads.c vm.c + signals.c sleepq.c threads.c vm.c SRCS+= compat.c # Multiprocessor or uniprocessor locking. TODO: select right