Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpvfs include subr_kobj_vfs



details:   https://anonhg.NetBSD.org/src/rev/2014718d9bfe
branches:  trunk
changeset: 749363:2014718d9bfe
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 27 17:54:24 2009 +0000

description:
include subr_kobj_vfs

diffstat:

 sys/rump/librump/rumpvfs/Makefile.rumpvfs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 334e10d20e6a -r 2014718d9bfe sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Fri Nov 27 17:54:11 2009 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Fri Nov 27 17:54:24 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpvfs,v 1.20 2009/11/26 20:58:51 pooka Exp $
+#      $NetBSD: Makefile.rumpvfs,v 1.21 2009/11/27 17:54:24 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -30,7 +30,7 @@
        vfs_syscalls.c vfs_vnops.c vfs_wapbl.c vfs_xattr.c
 
 # sys/kern module (and syscall)
-SRCS+= kern_module_vfs.c sys_module.c
+SRCS+= kern_module_vfs.c subr_kobj_vfs.c sys_module.c
 
 # sys/uvm
 SRCS+= uvm_vnode.c



Home | Main Index | Thread Index | Old Index