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 Add devnull.c to sources (forgot to...
details: https://anonhg.NetBSD.org/src/rev/fb0c355495c0
branches: trunk
changeset: 750114:fb0c355495c0
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Dec 17 12:49:22 2009 +0000
description:
Add devnull.c to sources (forgot to do it yesterday).
Thanks to gson for the ping.
diffstat:
sys/rump/librump/rumpvfs/Makefile.rumpvfs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2b257bedca15 -r fb0c355495c0 sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Thu Dec 17 07:24:06 2009 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Thu Dec 17 12:49:22 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpvfs,v 1.22 2009/12/09 15:38:07 pooka Exp $
+# $NetBSD: Makefile.rumpvfs,v 1.23 2009/12/17 12:49:22 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -15,7 +15,7 @@
#
# Source modules, first the ones specifically implemented for librump.
#
-SRCS= rump_vfs.c devnodes.c rumpblk.c rumpfs.c vm_vfs.c
+SRCS= rump_vfs.c devnodes.c devnull.c rumpblk.c rumpfs.c vm_vfs.c
SRCS+= fstrans_stub.c vfsops_stub.c
Home |
Main Index |
Thread Index |
Old Index