Module Name:    src
Committed By:   christos
Date:           Fri Nov 25 17:54:15 UTC 2011

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern

Log Message:
Add subr_open_disk.c for getdiskinfo(). Once we get rid of getdiskinfo,
this will not be needed.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 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.111 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.112
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.111	Sat Nov 19 17:51:30 2011
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Fri Nov 25 12:54:15 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpkern,v 1.111 2011/11/19 22:51:30 tls Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.112 2011/11/25 17:54:15 christos Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -84,6 +84,7 @@ SRCS+=	init_sysctl_base.c	\
 	subr_callback.c		\
 	subr_copy.c		\
 	subr_device.c		\
+	subr_disk_open.c	\
 	subr_evcnt.c		\
 	subr_extent.c		\
 	subr_hash.c		\

Reply via email to