Module Name: src
Committed By: pooka
Date: Fri Aug 7 18:52:56 UTC 2009
Modified Files:
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs
Log Message:
Move genfs_io.c from rump SRCS to genfs SRCS.
Aesthetic commit, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
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/rumpvfs/Makefile.rumpvfs
diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.11 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.12
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.11 Wed Aug 5 00:04:08 2009
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs Fri Aug 7 18:52:56 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpvfs,v 1.11 2009/08/05 00:04:08 pooka Exp $
+# $NetBSD: Makefile.rumpvfs,v 1.12 2009/08/07 18:52:56 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -14,7 +14,7 @@
#
# Source modules, first the ones specifically implemented for librump.
#
-SRCS= genfs_io.c rump_vfs.c rumpblk.c rumpfs.c vm_vfs.c
+SRCS= rump_vfs.c rumpblk.c rumpfs.c vm_vfs.c
SRCS+= fstrans_stub.c vfsops_stub.c
@@ -36,7 +36,7 @@
SRCS+= dead_vnops.c
# sys/miscfs
-SRCS+= genfs_vfsops.c genfs_vnops.c spec_vnops.c
+SRCS+= genfs_io.c genfs_vfsops.c genfs_vnops.c spec_vnops.c
# sys/kern bufq
SRCS+= subr_bufq.c bufq_disksort.c bufq_fcfs.c bufq_priocscan.c \